X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmem_udp.cc;h=8610f2587ad798f5aafd19c1dde3c06e18e0ca57;hb=30a65a3e4afc3a537b7184baaf27ba4b7b11bd39;hp=535841461a9ad149edbf20f69618227616686c99;hpb=813bad3ab65eec288b4ce1588e32947891366e55;p=awesomized%2Flibmemcached diff --git a/tests/mem_udp.cc b/tests/mem_udp.cc index 53584146..8610f258 100644 --- a/tests/mem_udp.cc +++ b/tests/mem_udp.cc @@ -40,16 +40,16 @@ Sample test application. */ -#include -#include +#include "mem_config.h" +#include "libtest/test.hpp" using namespace libtest; -#include -#include -#include -#include -#include +#include "libmemcached-1.0/memcached.h" +#include "libmemcached/server_instance.h" +#include "libmemcached/io.h" +#include "libmemcached/udp.hpp" +#include "libmemcachedutil-1.0/util.h" #include #include @@ -61,7 +61,7 @@ using namespace libtest; #include #include -#include +#include "libtest/server.h" #include "libmemcached/instance.hpp" @@ -382,7 +382,7 @@ static test_return_t udp_verbosity_test(memcached_st *memc) increment_request_id(&expected_ids[x]); } - test_compare(MEMCACHED_SUCCESS, memcached_verbosity(memc, 3)); + test_compare(MEMCACHED_SUCCESS, memcached_verbosity(memc, 0)); return post_udp_op_check(memc, expected_ids); }