[Erp5-report] r18173 - /erp5/trunk/products/ERP5Banking/tests/
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Dec 10 13:39:33 CET 2007
Author: aurel
Date: Mon Dec 10 13:39:32 2007
New Revision: 18173
URL: http://svn.erp5.org?rev=18173&view=rev
Log:
fix vault definition
Modified:
erp5/trunk/products/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py
Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py?rev=18173&r1=18172&r2=18173&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingTravelerCheckSale.py Mon Dec 10 13:39:32 2007
@@ -127,8 +127,8 @@
self.destination_site = self.paris.surface.banque_interne.guichet_1
self.source_vault = self.paris.surface.caisse_courante.encaisse_des_billets_et_monnaies
- self.destination_vault = self.paris.surface.banque_interne.guichet_1.encaisse_des_billets_et_monnaies
- self.traveler_check_source = self.destination_vault
+ self.destination_vault = self.paris.surface.banque_interne.guichet_1
+ self.traveler_check_source = self.destination_vault['encaisse_des_billets_et_monnaies']
self.checkUserFolderType()
self.organisation = self.organisation_module.newContent(id='baobab_org', portal_type='Organisation',
function='banking', group='baobab', site='testsite/paris')
More information about the Erp5-report
mailing list