X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcollection.cc;h=bfd1fac20799ef09aff58e74e6b08293a1591691;hb=16381b55407865d6d45e73518865e18bf72c3b13;hp=dda1341ae1a32ddd194f502b95c156a96cce0b67;hpb=482d0b2efc0a5b1e16818551892613c252c15f30;p=awesomized%2Flibmemcached diff --git a/libtest/collection.cc b/libtest/collection.cc index dda1341a..bfd1fac2 100644 --- a/libtest/collection.cc +++ b/libtest/collection.cc @@ -85,7 +85,7 @@ Collection::Collection(Framework* frame_arg, _skipped(0), _failed(0), _total(0), - _formatter(_name) + _formatter(frame_arg->name(), _name) { fatal_assert(arg); }