Commit d7d7ee45 authored by Sebastien Robin's avatar Sebastien Robin

make the creation of banknote and coins before creating a new traveler check

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10906 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fb05eaa0
......@@ -100,13 +100,13 @@ class TestERP5BankingCheckbookReception(TestERP5BankingMixin, ERP5TypeTestCase):
self.createManagerAndLogin()
self.createFunctionGroupSiteCategory()
self.createBanknotesAndCoins()
self.traveler_check_model = self.createTravelerCheckModel('traveler_check_model')
self.checkbook_model_1 = self.createCheckbookModel('checkbook_model_1')
self.check_model_1 = self.createCheckModel('check_model_1')
self.reception = self.paris.caveau.auxiliaire.encaisse_des_billets_et_monnaies
self.destination_site = self.paris
self.checkUserFolderType()
self.createBanknotesAndCoins()
self.organisation = self.organisation_module.newContent(id='baobab_org', portal_type='Organisation',
function='banking', group='baobab', site='testsite/paris')
# define the user
......
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