Commit 8118552e authored by Romain Courteaud's avatar Romain Courteaud

Remove custom business template


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18700 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ffc71d4c
......@@ -91,6 +91,8 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
self.getPortal().manage_delObjects(['geek_module'])
if 'geek_workflow' in self.getWorkflowTool().objectIds():
self.getWorkflowTool().manage_delObjects(['geek_workflow'])
if 'custom_geek_workflow' in self.getWorkflowTool().objectIds():
self.getWorkflowTool().manage_delObjects(['custom_geek_workflow'])
pw = self.getWorkflowTool()
cbt = pw._chains_by_type
props = {}
......
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