From 552dc06c8869be03f1283e7700ca1b1f5e83e6bf Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Tue, 6 Mar 2007 09:34:25 +0000 Subject: [PATCH] DeliverPackingList should do workflow actions up to delivered state, not started state git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13230 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testInventory.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/product/ERP5/tests/testInventory.py b/product/ERP5/tests/testInventory.py index 7aa13787a2..7c7aa87a90 100644 --- a/product/ERP5/tests/testInventory.py +++ b/product/ERP5/tests/testInventory.py @@ -332,6 +332,10 @@ class TestInventory(TestOrderMixin, ERP5TypeTestCase): self.tic() workflow_tool.doActionFor(packing_list, "start_action", "packing_list_workflow") + workflow_tool.doActionFor(packing_list, + "stop_action", "packing_list_workflow") + workflow_tool.doActionFor(packing_list, + "deliver_action", "packing_list_workflow") def stepCreateOrganisationList(self, sequence=None, sequence_list=None, **kw): """ -- 2.30.9