duh... make loop actually useful

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31731 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e2f7fb84
......@@ -1144,7 +1144,7 @@ class TestBase(ERP5TypeTestCase, ZopeTestCase.Functional):
tb = newTempBase(self.portal, '_temp_base')
for name in ('edit', 'setProperty'):
# should not raise Unauthorized
edit = guarded_getattr(tb, 'edit')
edit = guarded_getattr(tb, name)
@skip("isIndexable is not designed to work like tested here, this test \
must be rewritten once we know how to handle correctly templates")
......
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