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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 30 14:05:31 CET 2009


Author: gregory
Date: Fri Oct 30 14:05:29 2009
New Revision: 30147

URL: http://svn.erp5.org?rev=30147&view=rev
Log:
Fix typo.

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashClassification.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashClassification.py?rev=30147&r1=30146&r2=30147&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashClassification.py [utf8] (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashClassification.py [utf8] Fri Oct 30 14:05:29 2009
@@ -700,7 +700,7 @@
     self.assertEqual(self.simulation_tool.getFutureInventory(node=self.encaisse_aux_bm.getRelativeUrl(), resource = self.billet_5000.getRelativeUrl()), 24.0)
     # check we have 10 coins of 100
     self.assertEqual(self.simulation_tool.getCurrentInventory(node=self.encaisse_aux_externe.getRelativeUrl(), resource = self.billet_100.getRelativeUrl()), 10.0)
-    self.assertEqual(self.simulation_tool.getFutureInventory(node=self.encaisse_aux_externe.getRelativeUrl(), resource = self.billet_100.getRelativeUrl()), 10.0
+    self.assertEqual(self.simulation_tool.getFutureInventory(node=self.encaisse_aux_externe.getRelativeUrl(), resource = self.billet_100.getRelativeUrl()), 10.0)
 
   ##################################
   ##  Tests




More information about the Erp5-report mailing list