From 832a870a60aa4831e1e7bcd0c5f61bb44b172d23 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Thu, 18 Feb 2010 12:24:27 +0000
Subject: [PATCH] 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
---
 product/ERP5/tests/testBusinessTemplate.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/tests/testBusinessTemplate.py b/product/ERP5/tests/testBusinessTemplate.py
index 870a222325..bdb4acda8c 100644
--- a/product/ERP5/tests/testBusinessTemplate.py
+++ b/product/ERP5/tests/testBusinessTemplate.py
@@ -1228,7 +1228,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
 
   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
     pw = self.getWorkflowTool()
@@ -4199,6 +4199,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
                        CheckCategoriesExists \
                        CheckSubCategoriesExists \
                        CheckWorkflowExists \
+                       CheckWorkflowChainExists \
                        CheckFirstActionExists \
                        CheckSecondActionExists \
                        CheckCatalogMethodExists \
-- 
2.30.9