Commit 17d0c42c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24820 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 607854a4
......@@ -80,7 +80,7 @@ class TestMemcachedTool(ERP5TypeTestCase):
self.assertRaises(RuntimeError, memcached_tool.getServerAddressList)
else:
# MemcachedTool should be enabled
self.assertTrue(isinstance(portal_memcached.getServerAddressList(),
self.assertTrue(isinstance(memcached_tool.getServerAddressList(),
list))
def test_01_dictionnaryIsUsable(self):
......
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