Commit a552b30b authored by Aurel's avatar Aurel

fix all bt5 lists according to new dependencies

parent a82bdf7f
......@@ -57,9 +57,9 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase):
"""
return ('erp5_core_proxy_field_legacy', 'erp5_full_text_myisam_catalog',
'erp5_base', 'erp5_ui_test_core','erp5_web', 'erp5_ingestion',
'erp5_dms', 'erp5_jquery_ui', 'erp5_web', 'erp5_slideshow_style',
'erp5_knowledge_pad',
'erp5_run_my_doc', 'erp5_test_page_test_data')
'erp5_jquery', 'erp5_dms', 'erp5_jquery_ui', 'erp5_web',
'erp5_slideshow_style', 'erp5_knowledge_pad', 'erp5_run_my_doc',
'erp5_user_tutorial_ui_test')
def test_suite():
suite = unittest.TestSuite()
......
......@@ -48,11 +48,13 @@ class TestZeleniumConfiguratorStandard(ERP5TypeFunctionalTestCase):
Return the list of business templates.
"""
return ('erp5_core_proxy_field_legacy', 'erp5_full_text_myisam_catalog',
'erp5_base', 'erp5_workflow',
'erp5_configurator', 'erp5_configurator_standard',
# Test suite
'erp5_ui_test_core', 'erp5_configurator_standard_ui_test',
'erp5_user_tutorial_ui_test'
'erp5_base', 'erp5_workflow', 'erp5_configurator',
'erp5_configurator_standard', 'erp5_jquery',
'erp5_ui_test_core',
'erp5_web', 'erp5_ingestion',
'erp5_jquery', 'erp5_dms', 'erp5_jquery_ui', 'erp5_web',
'erp5_slideshow_style', 'erp5_knowledge_pad', 'erp5_run_my_doc',
'erp5_configurator_standard_ui_test',
)
def test_suite():
......
......@@ -66,9 +66,8 @@ class TestZeleniumStandaloneUserTutorial(ERP5TypeFunctionalTestCase):
'erp5_web', 'erp5_dms', 'erp5_credential',
'erp5_rss_style', 'erp5_discussion',
'erp5_l10n_fr', 'erp5_crm',
'erp5_user_tutorial_ui_test',
'erp5_run_my_doc',
'erp5_test_page_test_data',
'erp5_user_tutorial_ui_test',
)
def test_suite():
......
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