Streamline how we are handling the printing of error types.
[awesomized/libmemcached] / tests / plus.cpp
index e020cdd988e2bdddf71c6d6ba52cbc67319af265..7de8164f7db8868df15b8a6a04361db52a2dc84f 100644 (file)
@@ -86,6 +86,7 @@ static test_return_t basic_test(memcached_st *memc)
   test_true(foo.set("mine", value, 0, 0));
   test_true(foo.get("mine", test_value));
 
+  test_compare(test_value.size(), value.size());
   test_memcmp(&test_value[0], &value[0], test_value.size());
   test_false(foo.set("", value, 0, 0));