From: Date: Fri, 26 Oct 2007 08:07:00 +0000 (-0700) Subject: Enabled all tests (they now all pass) X-Git-Tag: 0.7~5 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=b64adb7e88f11ed379ff2ba42cb38067630353fe;p=awesomized%2Flibmemcached Enabled all tests (they now all pass) --- diff --git a/tests/test.c b/tests/test.c index 7d1a523c..a6252069 100644 --- a/tests/test.c +++ b/tests/test.c @@ -867,7 +867,7 @@ int main(int argc, char *argv[]) test_st user_tests[] ={ {"user_supplied_bug1", 0, user_supplied_bug1 }, {"user_supplied_bug2", 0, user_supplied_bug2 }, -// {"user_supplied_bug3", 0, user_supplied_bug3 }, + {"user_supplied_bug3", 0, user_supplied_bug3 }, {0, 0, 0} };