Commit cf5bb168 authored by Nicolas Delaby's avatar Nicolas Delaby

SQL Cached worklist does not support related_key resolution


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44071 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5abf58da
...@@ -43,6 +43,7 @@ class TestSQLCachedWorklist(TestWorklist): ...@@ -43,6 +43,7 @@ class TestSQLCachedWorklist(TestWorklist):
self.portal.portal_workflow.refreshWorklistCache() self.portal.portal_workflow.refreshWorklistCache()
test_02_related_key = todo_erp5(TestWorklist.test_02_related_key) test_02_related_key = todo_erp5(TestWorklist.test_02_related_key)
test_04_dynamic_variables = todo_erp5(TestWorklist.test_04_dynamic_variables)
def test_suite(): def test_suite():
suite = unittest.TestSuite() suite = unittest.TestSuite()
......
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