Commit 6c0540d4 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix a copy-paste error.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22659 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6d27fcc7
......@@ -393,7 +393,7 @@ class TestERP5BankingCheckbookReception(TestERP5BankingMixin, ERP5TypeTestCase):
"""
self.workflow_tool.doActionFor(self.checkbook_reception5, 'deliver_action',
wf_id='checkbook_reception_workflow')
self.assertEqual(self.checkbook_reception3.getSimulationState(), 'delivered')
self.assertEqual(self.checkbook_reception5.getSimulationState(), 'delivered')
def stepDeliverCheckbookReception6(self, sequence=None, sequence_list=None, **kwd):
"""
......
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