From d53bc3cb2cfd99d84abda115b9f71aa30a365d69 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Fri, 16 Nov 2007 12:56:39 +0000 Subject: [PATCH] Do not use ActionMethod, which were removed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17647 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testWorklist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testWorklist.py b/product/ERP5/tests/testWorklist.py index c069a2135d..11942d2c51 100644 --- a/product/ERP5/tests/testWorklist.py +++ b/product/ERP5/tests/testWorklist.py @@ -98,7 +98,7 @@ class TestWorklist(ERP5TypeTestCase): start_date = '01/01/1900', stop_date = '01/01/2900', ) - assignment.openAction() + assignment.open() # Reindexing is required for the security to work get_transaction().commit() self.tic() -- 2.30.9