X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fhashkit_functions.cc;h=b45be3ae86856764f62ab57dda8aa23be753f5e6;hb=7ab3500b376928c4a621cfa29289aa1eaeecd60d;hp=908ad9605cc247ddc75f302654875b6fed3cd9f9;hpb=c69776b7cf0d0c26b07abd83da8a797182ff6fae;p=awesomized%2Flibmemcached diff --git a/tests/hashkit_functions.cc b/tests/hashkit_functions.cc index 908ad960..b45be3ae 100644 --- a/tests/hashkit_functions.cc +++ b/tests/hashkit_functions.cc @@ -40,7 +40,6 @@ 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); }