X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemrm.cc;h=29c663376a33f63d2e6102a4c770bc018874d707;hb=b9ab4871d4437735aa727797bda5eb7ae1d7f133;hp=8d6109c0ac679084e66662df942d57ce4bd20929;hpb=e268471e4642c16281dc65b2f0ad9b897786c0b4;p=m6w6%2Flibmemcached diff --git a/tests/memrm.cc b/tests/memrm.cc index 8d6109c0..29c66337 100644 --- a/tests/memrm.cc +++ b/tests/memrm.cc @@ -163,7 +163,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error) void get_world(Framework *world) { - world->collections= collection; - world->_create= world_create; + world->collections(collection); + world->create(world_create); }