X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fhashkit_functions.cc;h=b45be3ae86856764f62ab57dda8aa23be753f5e6;hb=6cca0302addd6ea9714f2b8deff2c48aab3002ef;hp=e13a854b794435c881d92d7ee26876ad983403cb;hpb=5dbc64bfe7b86b105b1c552eaa2b3f54453db2bc;p=awesomized%2Flibmemcached diff --git a/tests/hashkit_functions.cc b/tests/hashkit_functions.cc index e13a854b..b45be3ae 100644 --- a/tests/hashkit_functions.cc +++ b/tests/hashkit_functions.cc @@ -562,9 +562,9 @@ static bool world_destroy(void *object) return TEST_SUCCESS; } -void get_world(Framework *world) +void get_world(libtest::Framework* world) { - world->collections= collection; - world->_create= world_create; - world->_destroy= world_destroy; + world->collections(collection); + world->create(world_create); + world->destroy(world_destroy); }