From a22fce1c0c3207e859cb28b79532ab2530725ed6 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Mon, 22 Jun 2009 16:07:08 +0000 Subject: [PATCH] As Related Keys are not supported by worklist SQL cache, mark the test as a TODO. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27759 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testWorklist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5/tests/testWorklist.py b/product/ERP5/tests/testWorklist.py index a645681c95..a6927248aa 100644 --- a/product/ERP5/tests/testWorklist.py +++ b/product/ERP5/tests/testWorklist.py @@ -36,6 +36,7 @@ from Products.ERP5Type.tests.Sequence import SequenceList from zExceptions import BadRequest from Products.ERP5Type.Tool.ClassTool import _aq_reset from Testing.ZopeTestCase.PortalTestCase import PortalTestCase +from Products.ERP5Type.tests.utils import todo_erp5 class TestWorklist(ERP5TypeTestCase): @@ -358,6 +359,7 @@ class TestWorklist(ERP5TypeTestCase): finally: self.removeWorklists() + @todo_erp5 def test_02_related_key(self, quiet=0, run=run_all_test): """ Test related keys -- 2.30.9