[Erp5-report] r14631 - /erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovement.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 28 15:01:53 CEST 2007


Author: seb
Date: Mon May 28 15:01:53 2007
New Revision: 14631

URL: http://svn.erp5.org?rev=14631&view=rev
Log:
define the stop date when we do stop_action

Modified:
    erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovement.py

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovement.py?rev=14631&r1=14630&r2=14631&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovement.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovement.py Mon May 28 15:01:53 2007
@@ -449,7 +449,7 @@
 
     # do the Workflow action
     self.workflow_tool.doActionFor(self.cash_movement, 'stop_action',
-                  wf_id='cash_movement_workflow', your_stop_date=self.date)
+                  wf_id='cash_movement_workflow', stop_date=self.date)
     # execute tic
     self.stepTic()
     # get state




More information about the Erp5-report mailing list