[Erp5-report] r7754 - /erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 15 17:21:17 CEST 2006


Author: seb
Date: Thu Jun 15 17:21:15 2006
New Revision: 7754

URL: http://svn.erp5.org?rev=7754&view=rev
Log:
added coin of 100

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

Modified: erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py?rev=7754&r1=7753&r2=7754&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Thu Jun 15 17:21:15 2006
@@ -268,6 +268,13 @@
     self.quantity_200[self.variation_list[0]] = 5
     # 7 coins of 200 for the year 2003
     self.quantity_200[self.variation_list[1]] = 7
+
+    # quantity of coin of 100
+    self.quantity_100 = {}
+    # 5 coins of 100 for the year 1992
+    self.quantity_100[self.variation_list[0]] = 4
+    # 7 coins of 100 for the year 2003
+    self.quantity_100[self.variation_list[1]] = 6
 
     # quantity of banknotes of 5000
     self.quantity_5000 = {}




More information about the Erp5-report mailing list