Update libtest.
[m6w6/libmemcached] / tests / runner.h
index 577f09ba95835b8710c7604a1b85232ae33729aa..fcce6e2f38bd099108801e383ccbbe574fd24ed6 100644 (file)
@@ -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())
       {