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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 20 19:57:01 CEST 2006


Author: seb
Date: Thu Jul 20 19:57:00 2006
New Revision: 8647

URL: http://svn.erp5.org?rev=8647&view=rev
Log:
change the title of the the usd currency so that the right subvault will ge generated

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=8647&r1=8646&r2=8647&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Thu Jul 20 19:57:00 2006
@@ -376,7 +376,7 @@
          price_currency_value=self.currency_1, variation_list=('1992', '2003'),
          quantity_unit_value=self.unit)
     # Create Resources Document (Banknotes & Coins) in USD
-    self.currency_2 = self.createCurrency(id='USD',title='US Dollar')
+    self.currency_2 = self.createCurrency(id='USD',title='USD')
     # create document for banknote of 100 USD
     self.usd_billet_200 = self.currency_cash_module.newContent(id='usd_billet_100',
          portal_type='Banknote', base_price=100,




More information about the Erp5-report mailing list