Commit a7d2bef9 authored by Vincent Pelletier's avatar Vincent Pelletier

This transition requires a stop_date to be given. That date is not reused...

This transition requires a stop_date to be given. That date is not reused internaly afterward, so there is nothing else to test here.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24982 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c1f73c64
......@@ -234,7 +234,8 @@ class TestERP5BankingStopPayment( TestERP5BankingCheckbookDeliveryMixin,
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
......
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