Commit 9c2f8391 authored by Mohamadou Mbengue's avatar Mohamadou Mbengue

add role/gouvernement in categories

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36750 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a8361d4f
......@@ -115,7 +115,7 @@ class TestEgov(ERP5TypeTestCase):
"""Returns a list of categories that should be created."""
return ('group/client','group/client/dgid/di', 'group/client/dgid/bf',
'function/impots/taxes_indirectes', 'function/impots/section/chef',
'role/citoyen', 'role/citoyen/national', 'role/citoyen/etranger',
'role/citoyen', 'role/citoyen/national', 'role/citoyen/etranger', 'role/gouvernement',
'role/entreprise', 'role/entreprise/agence', 'role/entreprise/siege', 'role/entreprise/succursale',
'function/entreprise/mandataire')
......@@ -139,6 +139,9 @@ class TestEgov(ERP5TypeTestCase):
if pref.getPreferenceState() == 'disabled':
pref.enable()
#set up the instance
self.portal.EGov_setUpInstance()
def beforeTearDown(self):
"""
remove all created objects between two tests, tests are stand-alone
......
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