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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 20 10:33:47 CET 2007


Author: vincent
Date: Tue Mar 20 10:33:45 2007
New Revision: 13512

URL: http://svn.erp5.org?rev=13512&view=rev
Log:
Account incident must define its currency (resource).

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingAccountIncident.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingAccountIncident.py?rev=13512&r1=13511&r2=13512&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingAccountIncident.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingAccountIncident.py Tue Mar 20 10:33:45 2007
@@ -223,7 +223,8 @@
                                           portal_type='Account Incident', 
                                           source_total_asset_price=52400.0,
                                           description='test',
-                                          destination_payment_value=self.bank_account_1)
+                                          destination_payment_value=self.bank_account_1,
+                                          resource_value=self.currency_1)
     # execute tic
     self.stepTic()
     # set source reference




More information about the Erp5-report mailing list