Commit 930486f0 authored by Sebastien Robin's avatar Sebastien Robin

a vault has changed of place

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11629 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2afc0990
......@@ -106,7 +106,7 @@ class TestERP5BankingForeignCashReception(TestERP5BankingMixin, ERP5TypeTestCase
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 @@ class TestERP5BankingForeignCashReception(TestERP5BankingMixin, ERP5TypeTestCase
# 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):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment