[Erp5-report] r27503 - /erp5/trunk/products/ERP5Type/tests/testCache.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jun 10 16:42:32 CEST 2009
Author: kazuhiko
Date: Wed Jun 10 16:42:29 2009
New Revision: 27503
URL: http://svn.erp5.org?rev=27503&view=rev
Log:
we no longer have SQLCache.
Modified:
erp5/trunk/products/ERP5Type/tests/testCache.py
Modified: erp5/trunk/products/ERP5Type/tests/testCache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/testCache.py?rev=27503&r1=27502&r2=27503&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testCache.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testCache.py [utf8] Wed Jun 10 16:42:29 2009
@@ -167,7 +167,7 @@
## check get()
cache_entry = cache_plugin.get(cache_id, scope)
if isinstance(value, Foo):
- ## when memcached or sql cached 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:
More information about the Erp5-report
mailing list