Commit c534ed0e authored by wenjie.zheng's avatar wenjie.zheng

ERP5TypeTestCase: install erp5_workflow as erp5_base's dependency.

parent 2f6a15cb
......@@ -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:
......
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