Commit 0e1ad534 authored by Aurel's avatar Aurel

add dependencies

parent 201458bf
...@@ -56,7 +56,10 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase): ...@@ -56,7 +56,10 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase):
Return the list of business templates. Return the list of business templates.
""" """
return ('erp5_core_proxy_field_legacy', 'erp5_full_text_myisam_catalog', return ('erp5_core_proxy_field_legacy', 'erp5_full_text_myisam_catalog',
'erp5_base', 'erp5_ui_test_core') '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')
def test_suite(): def test_suite():
suite = unittest.TestSuite() suite = unittest.TestSuite()
......
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