From 2f09c230a351d2cb0f975321a9a834f209ecac61 Mon Sep 17 00:00:00 2001 From: lericson Date: Mon, 10 May 2010 13:24:39 +0200 Subject: [PATCH] Fix what appears to be an obvious test failure --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 70e8481..f62accb 100644 --- a/tests.py +++ b/tests.py @@ -215,7 +215,7 @@ Traceback (most recent call last): ... NotFound: error 16 from memcached_increment: NOT FOUND >>> c.delete('xa') -True +False Empty server lists are bad for your health. >>> c = _pylibmc.client([])