Commit 7079d234 authored by Jérome Perrin's avatar Jérome Perrin

update test, now client_1 has a group


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36262 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b13ea8c
......@@ -2253,7 +2253,7 @@ class TestTransactions(AccountingTestCase):
self.assertEquals(self.main_section,
self.main_section.Organisation_getMappingRelatedOrganisation())
client = self.organisation_module.client_1
client = self.organisation_module.client_2
self.assertEquals(None, client.getGroupValue())
self.assertEquals(client,
client.Organisation_getMappingRelatedOrganisation())
......
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