Commit 14b38015 authored by Aurel's avatar Aurel

defined region on organisation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24564 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 052fe20c
......@@ -167,11 +167,16 @@ class TestERP5BankingMonetaryDestruction(TestERP5BankingMixin, ERP5TypeTestCase)
# in order to have an assigment defined which is used to do transition
# Create an Organisation that will be used for users assignment
self.checkUserFolderType()
self.organisation = self.organisation_module.newContent(id='baobab_org', portal_type='Organisation',
function='banking', group='baobab', site='testsite/paris')
self.organisation = self.organisation_module.newContent(id='site_P10', portal_type='Organisation',
function='banking', group='baobab',
site='testsite/paris',
region='france')
self.organisation_externe = self.organisation_module.newContent(id='site_S10', portal_type='Organisation',
function='banking', group='baobab',
site='testsite/madrid',
region='spain')
self.organisation_externe = self.organisation_module.newContent(id='baobab_org_externe', portal_type='Organisation',
function='banking', group='baobab', site='testsite/madrid')
# define the user
user_dict = {
......
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