Commit 9b8dcacd authored by Fabien Morin's avatar Fabien Morin

changes some categories to use new ones

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21723 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e36006d2
......@@ -265,18 +265,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.getRole()==\'registry\'</string> </value>
<value> <string>python: \'entreprise\' in here.getRole()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -176,9 +176,9 @@ class TestEGovMixin(SecurityTestCase):
module = self.getOrganisationModule()
if len(module.getObjectIds()) == 0:
self.createOneOrganisation(self.organisation_1_login,
role='registry/entreprise')
role='entreprise/siege')
self.createOneOrganisation(self.organisation_2_login,
role='registry/entreprise')
role='entreprise/siege')
# make this available to catalog
get_transaction().commit()
......
175
\ No newline at end of file
176
\ No newline at end of file
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