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