Commit d26864a4 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

no need to setStorage again here.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23218 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 844340b2
......@@ -358,7 +358,6 @@ class TestSelectionToolMemcachedStorage(TestSelectionTool):
def testGetSelectionContainer(self, quiet=quiet, run=run_all_test):
if not run: return
self.portal_selections.setStorage('Memcached Tool')
self.assertEquals([],
self.portal_selections.getSelectionNameList())
self.assertEquals([],
......
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