X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fmemcat.cc;h=abbee9e718db3f98c5b4130246f0a9a09ff64182;hb=48e6e1b70b3b79f79334bdea8bfbbb76d377be07;hp=f70da3be2fab0cabeb26a4f2c60fcc846ad37d69;hpb=e9c7a25491f4cf9265a926b7d9848bd70acaf7aa;p=awesomized%2Flibmemcached diff --git a/tests/memcat.cc b/tests/memcat.cc index f70da3be..abbee9e7 100644 --- a/tests/memcat.cc +++ b/tests/memcat.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; @@ -141,7 +141,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);