From d0b9094e1c8b91f6df238083d806d22be8eda1e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 5 Sep 2007 09:54:39 +0000
Subject: [PATCH] =?UTF-8?q?typo=20in=20parameter=20key.=20Thanks=20Klaus?=
 =?UTF-8?q?=20W=C3=B6lfel?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16065 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 335740f0a4..74ecaab04b 100644
--- a/product/ERP5Type/tests/testCache.py
+++ b/product/ERP5Type/tests/testCache.py
@@ -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 ),
                         )
-- 
2.30.9