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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 7 11:03:24 CET 2006


Author: seb
Date: Thu Dec  7 11:03:20 2006
New Revision: 11629

URL: http://svn.erp5.org?rev=11629&view=rev
Log:
a vault has changed of place

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingForeignCashReception.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingForeignCashReception.py?rev=11629&r1=11628&r2=11629&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingForeignCashReception.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingForeignCashReception.py Thu Dec  7 11:03:20 2006
@@ -106,7 +106,7 @@
     self.createManagerAndLogin()
     self.createFunctionGroupSiteCategory()
     self.createBanknotesAndCoins()
-    self.reception = self.paris.caveau.devises.encaisse_des_devises.usd
+    self.reception = self.paris.caveau.auxiliaire.encaisse_des_devises.usd
     self.checkUserFolderType()
     self.organisation = self.organisation_module.newContent(id='baobab_org', portal_type='Organisation',
                           function='banking', group='baobab',  site='testsite/paris')
@@ -168,7 +168,7 @@
     # check that its source is caisse_1
     self.assertEqual(self.foreign_cash_reception.getSource(), None)
     # check that its destination is caisse_2
-    self.assertEqual(self.foreign_cash_reception.getBaobabDestination(), 'site/testsite/paris/caveau/devises/encaisse_des_devises/usd')
+    self.assertEqual(self.foreign_cash_reception.getBaobabDestination(), 'site/testsite/paris/caveau/auxiliaire/encaisse_des_devises/usd')
 
   def stepCreateValidLine1(self, sequence=None, sequence_list=None, **kwd):
     """




More information about the Erp5-report mailing list