Commit e0e0315a authored by Vincent Pelletier's avatar Vincent Pelletier

Mark test_SubDocumentsWithAcquireLocalRoleSecurityIndexing and...

Mark test_SubDocumentsWithAcquireLocalRoleSecurityIndexing and test_sortOnRelatedKeyWithUnsetRelation as TODO.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25455 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 77b45917
......@@ -1938,6 +1938,7 @@ class TestERP5Catalog(ERP5TypeTestCase, LogInterceptor):
self.assertEquals([], [x.getObject() for x in
obj.searchFolder(portal_type='Bank Account')])
@todo_erp5
def test_SubDocumentsWithAcquireLocalRoleSecurityIndexing(
self, quiet=quiet, run=run_all_test):
if not run: return
......@@ -3482,6 +3483,7 @@ VALUES
result = folder.portal_catalog(portal_type=portal_type, reference='doc %', description='%')
self.assertEqual(len(result), 2)
@todo_erp5
def test_sortOnRelatedKeyWithUnsetRelation(self, quiet=quiet, run=run_all_test):
"""
Check that sorting on a related key does not filter out objects for
......
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