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