X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemflush.cc;h=3a3ac076d2fb4574813a38561886b44ff7d5b033;hb=9d64a2dd252e2a8e0aa22706323755316831d98a;hp=d8e0b5f800a9552b12b76c4f40e668b8f6711266;hpb=ab130c459a975d24628169901addb191ef2cdf87;p=m6w6%2Flibmemcached diff --git a/tests/memflush.cc b/tests/memflush.cc index d8e0b5f8..3a3ac076 100644 --- a/tests/memflush.cc +++ b/tests/memflush.cc @@ -39,10 +39,10 @@ Test that we are cycling the servers we are creating during testing. */ -#include +#include #include -#include +#include using namespace libtest; @@ -103,14 +103,14 @@ static void *world_create(server_startup_st& servers, test_return_t& error) if (server_startup(servers, "memcached", libtest::default_port(), 0, NULL) == 0) { - error= TEST_FAILURE; + error= TEST_SKIPPED; } return &servers; } -void get_world(Framework *world) +void get_world(libtest::Framework* world) { executable= "./clients/memflush"; world->collections(collection);