From e0e0315ace176c13d2156fbcb2cce5be23ca7d48 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Thu, 5 Feb 2009 10:04:04 +0000 Subject: [PATCH] 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 --- product/ERP5Catalog/tests/testERP5Catalog.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5Catalog/tests/testERP5Catalog.py b/product/ERP5Catalog/tests/testERP5Catalog.py index 3f876edfd5..adc1d9fa3d 100644 --- a/product/ERP5Catalog/tests/testERP5Catalog.py +++ b/product/ERP5Catalog/tests/testERP5Catalog.py @@ -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 -- 2.30.9