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