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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 15 18:26:57 CEST 2006


Author: seb
Date: Thu Jun 15 18:26:55 2006
New Revision: 7802

URL: http://svn.erp5.org?rev=7802&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=7802&r1=7801&r2=7802&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Thu Jun 15 18:26:55 2006
@@ -341,6 +341,11 @@
     # create document for coin of 200 euros from years 1992 and 2003
     self.piece_200 = self.currency_cash_module.newContent(id='piece_200', 
          portal_type='Coin', base_price=200, 
+         price_currency_value=self.currency_1, variation_list=('1992', '2003'), 
+         quantity_unit_value=self.unit)
+    # create document for coin of 200 euros from years 1992 and 2003
+    self.piece_100 = self.currency_cash_module.newContent(id='piece_100', 
+         portal_type='Coin', base_price=100, 
          price_currency_value=self.currency_1, variation_list=('1992', '2003'), 
          quantity_unit_value=self.unit)
     # create document for banknote of 200 euros from years 1992 and 2003




More information about the Erp5-report mailing list