Commit 99b675bb authored by Ivan Tyagov's avatar Ivan Tyagov

Minor change.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18636 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e926185
......@@ -1849,7 +1849,8 @@ class TestERP5Catalog(ERP5TypeTestCase, LogInterceptor):
owner='somebody else')])
def test_SubDocumentsSecurityIndexing(self):
def test_SubDocumentsSecurityIndexing(self, quiet=quiet, run=run_all_test):
if not run: return
# make sure indexing of security on sub-documents works as expected
uf = self.getPortal().acl_users
uf._doAddUser('bob', '', ['Member'], [])
......
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