[Erp5-report] r22659 - /erp5/trunk/products/ERP5Banking/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 25 13:57:41 CEST 2008


Author: vincent
Date: Fri Jul 25 13:57:40 2008
New Revision: 22659

URL: http://svn.erp5.org?rev=22659&view=rev
Log:
Fix a copy-paste error.

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckbookReception.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckbookReception.py?rev=22659&r1=22658&r2=22659&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckbookReception.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckbookReception.py Fri Jul 25 13:57:40 2008
@@ -393,7 +393,7 @@
     """
     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):
     """




More information about the Erp5-report mailing list