diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py index b72b1f8da3da8ecdfbcabc2493819a4678df2b03..cc3e74dfb1d25fb068d504305cd05cd30cd3276f 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: