X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemdump.cc;h=6f9330a536e0d46a2fbd6953eb424ee7ec90e59a;hb=4db614a7b66e3a293b484f8d853b4f5892d2d1d8;hp=a8720e5b272c2fc520285c99dfd51cf910519f0b;hpb=23bbe3972dada1e21493437ba64be129e86b59fc;p=awesomized%2Flibmemcached diff --git a/tests/memdump.cc b/tests/memdump.cc index a8720e5b..6f9330a5 100644 --- a/tests/memdump.cc +++ b/tests/memdump.cc @@ -112,7 +112,7 @@ collection_st collection[] ={ static void *world_create(server_startup_st& servers, test_return_t& error) { - if (HAVE_MEMCACHED_BINARY == 0) + if (libtest::has_memcached() == false) { error= TEST_SKIPPED; return NULL; @@ -127,7 +127,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error) } -void get_world(Framework *world) +void get_world(libtest::Framework* world) { world->collections(collection); world->create(world_create);