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