X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Funittest.cc;h=c27f366a8b5670ce56a081fb421ab56b15063d2b;hb=23bbe3972dada1e21493437ba64be129e86b59fc;hp=234743f53907a8cb1d897067116b6fc15b31d064;hpb=74d72ecac00cadaab9e9a40d6591c7285abbfbc2;p=awesomized%2Flibmemcached diff --git a/libtest/unittest.cc b/libtest/unittest.cc index 234743f5..c27f366a 100644 --- a/libtest/unittest.cc +++ b/libtest/unittest.cc @@ -953,6 +953,6 @@ static void *world_create(server_startup_st& servers, test_return_t&) void get_world(Framework *world) { - world->collections= collection; - world->_create= world_create; + world->collections(collection); + world->create(world_create); }