Commit 1bf575ad authored by iv's avatar iv

ERP5Workflow: remove comment to myself

parent daa50def
......@@ -115,7 +115,7 @@ class TestSecurityMixin(ERP5TypeTestCase):
"""
error_list = []
for wf in self.portal.portal_workflow.objectValues():
if wf.__class__.__name__ in ['InteractionWorkflowDefinition', 'Interaction Workflow']: # XXX why?
if wf.__class__.__name__ in ['InteractionWorkflowDefinition', 'Interaction Workflow']:
continue
for transition in wf.getTransitionValueList():
if getattr(transition, 'trigger_type', 1) == 0:
......
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