X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Frunner.h;h=fcce6e2f38bd099108801e383ccbbe574fd24ed6;hb=1be0350e7ae7a566896a9fe52863dcc22433fc8a;hp=577f09ba95835b8710c7604a1b85232ae33729aa;hpb=1c012a73c8d584d485924348388c0975cdd71831;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()) {