From b07a7e78bc264a246579407a32ea59d781bf673c Mon Sep 17 00:00:00 2001 From: Rafael Monnerat <rafael@nexedi.com> Date: Tue, 16 Oct 2012 00:44:55 -0300 Subject: [PATCH] Include bt5 dependencies - Include bt5 dependencies for now, as current code is not yet capable of handle dependencies automatically for the Unit Tests --- master/product/Vifib/tests/VifibMixin.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/master/product/Vifib/tests/VifibMixin.py b/master/product/Vifib/tests/VifibMixin.py index ecebb0e1f..79c27b3b1 100644 --- a/master/product/Vifib/tests/VifibMixin.py +++ b/master/product/Vifib/tests/VifibMixin.py @@ -51,6 +51,9 @@ class testVifibMixin(ERP5TypeTestCase): 'erp5_full_text_myisam_catalog', 'erp5_core_proxy_field_legacy', 'erp5_base', + 'erp5_workflow', + 'erp5_configurator', + 'vifib_configurator', 'erp5_simulation', 'erp5_administration', 'erp5_pdm', @@ -96,7 +99,6 @@ class testVifibMixin(ERP5TypeTestCase): 'erp5_payzen_secure_payment', 'erp5_ui_test_core', 'erp5_ui_test', - 'vifib_configurator', 'vifib_slapos_core', 'vifib_slapos_core_test', 'vifib_slapos_rest_api_tool_portal_type', -- 2.30.9