X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fhashkit_functions.cc;h=1e9ec7bd009784fdbeb44a4815cac1c446725092;hb=0ce6b69e0f8e25e50bd878678b1444651093bac4;hp=e13a854b794435c881d92d7ee26876ad983403cb;hpb=5dbc64bfe7b86b105b1c552eaa2b3f54453db2bc;p=m6w6%2Flibmemcached diff --git a/tests/hashkit_functions.cc b/tests/hashkit_functions.cc index e13a854b..1e9ec7bd 100644 --- a/tests/hashkit_functions.cc +++ b/tests/hashkit_functions.cc @@ -35,7 +35,7 @@ * */ -#include +#include #include using namespace libtest; @@ -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); }