Commit b01bcaaa authored by wenjie.zheng's avatar wenjie.zheng

ERP5TypeTestCase.py: do not convert Configuration Workflow in dynamical convertion.

parent 827299ef
......@@ -939,7 +939,7 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
raise NotImplementedError("Workflow tool has not been converted!")
for workflow_id in workflow_tool:
workflow = workflow_tool._getOb(workflow_id)
if workflow.getPortalType() not in ['Workflow', 'Interaction Workflow']:
if workflow.getPortalType() not in ['Workflow', 'Interaction Workflow', 'Configuration Workflow']:
LOG("COnverting workflow '%s'"%workflow_id,WARNING," in ERP5TypeTestCase.py 924")
new_workflow = workflow_tool.dc_workflow_asERP5Object(workflow_tool, workflow, temp=0)
type_workflow_dict = workflow_tool.getChainsByType()
......
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