X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Frunner.h;h=fcce6e2f38bd099108801e383ccbbe574fd24ed6;hb=bce9a74e8addd1085b2e751508bf9ab0c2e84e45;hp=577f09ba95835b8710c7604a1b85232ae33729aa;hpb=5abb93aa2fc9d32eda20c84cc9c04056789c056e;p=m6w6%2Flibmemcached diff --git a/tests/runner.h b/tests/runner.h index 577f09ba..fcce6e2f 100644 --- a/tests/runner.h +++ b/tests/runner.h @@ -113,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()) {