fixup! Improve TestLocalRoleManagement resilience

thinko: inverted logic
parent 8e9666db
...@@ -489,7 +489,7 @@ class TestLocalRoleManagement(ERP5TypeTestCase): ...@@ -489,7 +489,7 @@ class TestLocalRoleManagement(ERP5TypeTestCase):
codification="%s1" % code) codification="%s1" % code)
# add another function subcategory. # add another function subcategory.
function_category = category_tool['function'] function_category = category_tool['function']
if function_category.get('another_subcat', None) is not None: if function_category.get('another_subcat', None) is None:
function_category.newContent(portal_type='Category', function_category.newContent(portal_type='Category',
id='another_subcat', id='another_subcat',
codification='F2') codification='F2')
......
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