[Erp5-report] r24982 - /erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 26 14:24:51 CET 2008


Author: vincent
Date: Fri Dec 26 14:24:50 2008
New Revision: 24982

URL: http://svn.erp5.org?rev=24982&view=rev
Log:
This transition requires a stop_date to be given. That date is not reused internaly afterward, so there is nothing else to test here.

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py?rev=24982&r1=24981&r2=24982&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py [utf8] (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py [utf8] Fri Dec 26 14:24:50 2008
@@ -234,7 +234,8 @@
     self.assertEqual(state, 'started')
     self.workflow_tool.doActionFor(self.stop_payment, 
                                    'debit_stop_action', 
-                                   wf_id='stop_payment_workflow')
+                                   wf_id='stop_payment_workflow',
+                                   stop_date=self.stop_payment.getStartDate())
     # get state of cash sorting
     state = self.stop_payment.getSimulationState()
     # check that state is delivered




More information about the Erp5-report mailing list