From b6096a7199856f496358c667eb57873afe70ea6b Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Mon, 15 Jun 2009 16:11:30 +0000 Subject: [PATCH] typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27590 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/testCache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/tests/testCache.py b/product/ERP5Type/tests/testCache.py index 1342fd046e..74e168f2a6 100644 --- a/product/ERP5Type/tests/testCache.py +++ b/product/ERP5Type/tests/testCache.py @@ -170,7 +170,7 @@ class TestRamCache(unittest.TestCase): ## check get() cache_entry = cache_plugin.get(cache_id, scope) if isinstance(value, Foo): - ## when memcached, we have a new object created for user + ## with memcached, we have a new object created for user ## just compare one field from it self.assertEqual(value.my_field, cache_entry.getValue().my_field) else: -- 2.30.9