Commit 832a870a authored by Aurel's avatar Aurel

in test of upgrade of business templates, test workflow chains exists

after each new installation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32767 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 227bb94d
...@@ -1228,7 +1228,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): ...@@ -1228,7 +1228,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
def stepCheckWorkflowChainExists(self, sequence=None, sequence_list=None, **kw): def stepCheckWorkflowChainExists(self, sequence=None, sequence_list=None, **kw):
""" """
Check if the workflowChain has been removed Check if the workflowChain has been added
""" """
present = 0 present = 0
pw = self.getWorkflowTool() pw = self.getWorkflowTool()
...@@ -4199,6 +4199,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): ...@@ -4199,6 +4199,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
CheckCategoriesExists \ CheckCategoriesExists \
CheckSubCategoriesExists \ CheckSubCategoriesExists \
CheckWorkflowExists \ CheckWorkflowExists \
CheckWorkflowChainExists \
CheckFirstActionExists \ CheckFirstActionExists \
CheckSecondActionExists \ CheckSecondActionExists \
CheckCatalogMethodExists \ CheckCatalogMethodExists \
......
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