Commit a22fce1c authored by Romain Courteaud's avatar Romain Courteaud

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
parent 8d4c699e
......@@ -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
......
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