From c534ed0ea87ad564a93ec4a8f444b1f7cd09a23e Mon Sep 17 00:00:00 2001
From: Wenjie Zheng <wenjie.zheng@tiolive.com>
Date: Fri, 12 Dec 2014 09:37:28 +0000
Subject: [PATCH] ERP5TypeTestCase: install erp5_workflow as erp5_base's
 dependency.

---
 product/ERP5Type/tests/ERP5TypeTestCase.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py
index b72b1f8da3..cc3e74dfb1 100644
--- a/product/ERP5Type/tests/ERP5TypeTestCase.py
+++ b/product/ERP5Type/tests/ERP5TypeTestCase.py
@@ -794,7 +794,9 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
       light_install = self.enableLightInstall()
       create_activities = self.enableActivityTool()
       hot_reindexing = self.enableHotReindexing()
-      for x, y in (("erp5_core_proxy_field_legacy", "erp5_base"),
+      # install business template and its dependencies
+      for x, y in (("erp5_workflow", "erp5_base"),
+                   ("erp5_core_proxy_field_legacy", "erp5_base"),
                    ("erp5_stock_cache", "erp5_pdm")):
         if x not in template_list:
           try:
-- 
2.30.9