Fix what appears to be an obvious test failure

This commit is contained in:
lericson 2010-05-10 13:24:39 +02:00
parent 76d422cc0f
commit 2f09c230a3

View File

@ -215,7 +215,7 @@ Traceback (most recent call last):
... ...
NotFound: error 16 from memcached_increment: NOT FOUND NotFound: error 16 from memcached_increment: NOT FOUND
>>> c.delete('xa') >>> c.delete('xa')
True False
Empty server lists are bad for your health. Empty server lists are bad for your health.
>>> c = _pylibmc.client([]) >>> c = _pylibmc.client([])