[Erp5-report] r16065 - /erp5/trunk/products/ERP5Type/tests/testCache.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 5 11:54:40 CEST 2007


Author: jerome
Date: Wed Sep  5 11:54:39 2007
New Revision: 16065

URL: http://svn.erp5.org?rev=16065&view=rev
Log:
typo in parameter key. Thanks Klaus Wölfel

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=16065&r1=16064&r2=16065&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testCache.py (original)
+++ erp5/trunk/products/ERP5Type/tests/testCache.py Wed Sep  5 11:54:39 2007
@@ -57,7 +57,7 @@
     sql_cache_kw['cache_table_name'] = 'cache'
 
     self.cache_plugins = (RamCache(),
-                          DistributedRamCache({'servers': '127.0.0.1:11211',
+                          DistributedRamCache({'server': '127.0.0.1:11211',
                                                  'debugLevel': 7,}),
                           SQLCache( sql_cache_kw ),
                         )




More information about the Erp5-report mailing list