X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Frunner.h;h=fcce6e2f38bd099108801e383ccbbe574fd24ed6;hb=999006a8904a0f08293f1df7bda81bff914b091a;hp=a4b1512d62a8e7ebf4dbc7925012e2b2449bf2f5;hpb=687c311bc11a24b61c15eb9f5c081a97e8501df0;p=m6w6%2Flibmemcached diff --git a/tests/runner.h b/tests/runner.h index a4b1512d..fcce6e2f 100644 --- a/tests/runner.h +++ b/tests/runner.h @@ -40,6 +40,7 @@ #include "tests/libmemcached-1.0/generate.h" #include "tests/memc.h" +#include "tests/print.h" class LibmemcachedRunner : public libtest::Runner { public: @@ -112,7 +113,9 @@ private: test_null(container->parent()); container->parent(memcached(container->construct.option_string().c_str(), container->construct.option_string().size())); test_true(container->parent()); +#if 0 test_compare(MEMCACHED_SUCCESS, memcached_version(container->parent())); +#endif if (container->construct.sasl()) {