X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemcp.cc;h=8aba60883cc5d66f39b38b46a3739491aa2a58a5;hb=23bbe3972dada1e21493437ba64be129e86b59fc;hp=eab8cfa58a7d946d9b0d9c229404300a89e0cbed;hpb=7773f76bd15be71f7d1a5579006b786584d3fe26;p=m6w6%2Flibmemcached diff --git a/tests/memcp.cc b/tests/memcp.cc index eab8cfa5..8aba6088 100644 --- a/tests/memcp.cc +++ b/tests/memcp.cc @@ -102,7 +102,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); }