Commit d0b9094e authored by Jérome Perrin's avatar Jérome Perrin

typo in parameter key. Thanks Klaus Wölfel


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16065 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a817170e
......@@ -57,7 +57,7 @@ class TestRamCache(unittest.TestCase):
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 ),
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment