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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 13 11:15:35 CET 2007


Author: aurel
Date: Tue Nov 13 11:15:34 2007
New Revision: 17550

URL: http://svn.erp5.org?rev=17550&view=rev
Log:
change properties defined on bank account inventory

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=17550&r1=17549&r2=17550&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Tue Nov 13 11:15:34 2007
@@ -796,7 +796,8 @@
       self.bank_account_inventory = self.bank_account_inventory_module.newContent(id='account_inventory',
                                                                                 portal_type='Bank Account Inventory',
                                                                                 source=None,
-                                                                                destination_value=self.testsite,
+                                                                                site_value=self.testsite,
+                                                                                destination = "account_module/bank_account",
                                                                                 stop_date=DateTime().Date())
 
     account_inventory_line_id = 'account_inventory_line_%s' %(self.account_inventory_number,)




More information about the Erp5-report mailing list