X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fcycle.cc;h=fe4ca1b37016180dc860924f7f37bd2dea28ee74;hb=23bbe3972dada1e21493437ba64be129e86b59fc;hp=788d7e67bf88bd7ac8eb9d09d89cbc1aa776a8c7;hpb=74d72ecac00cadaab9e9a40d6591c7285abbfbc2;p=m6w6%2Flibmemcached diff --git a/tests/cycle.cc b/tests/cycle.cc index 788d7e67..fe4ca1b3 100644 --- a/tests/cycle.cc +++ b/tests/cycle.cc @@ -123,7 +123,7 @@ 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); }