Commit 90e74f7f authored by Mohamadou Mbengue's avatar Mohamadou Mbengue

Create role categories to test security

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36518 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43dd44ce
......@@ -115,7 +115,9 @@ 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/entreprise')
'role/citoyen', 'role/citoyen/national', 'role/citoyen/etranger',
'role/entreprise', 'role/entreprise/agence', 'role/entreprise/siege', 'role/entreprise/succursale',
'function/entreprise/mandataire')
def afterSetUp(self):
uf = self.getPortal().acl_users
......
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