Commit d53bc3cb authored by Romain Courteaud's avatar Romain Courteaud

Do not use ActionMethod, which were removed.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17647 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e04022e
...@@ -98,7 +98,7 @@ class TestWorklist(ERP5TypeTestCase): ...@@ -98,7 +98,7 @@ class TestWorklist(ERP5TypeTestCase):
start_date = '01/01/1900', start_date = '01/01/1900',
stop_date = '01/01/2900', stop_date = '01/01/2900',
) )
assignment.openAction() assignment.open()
# Reindexing is required for the security to work # Reindexing is required for the security to work
get_transaction().commit() get_transaction().commit()
self.tic() self.tic()
......
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