Commit 7e379f34 authored by Fabien Morin's avatar Fabien Morin

add erp5_ui_test_core to business template list.

erp5_ui_test_core provide a framework for zelenium tests. So now for other project, it's not needed to install erp5_ui_test (that runs all erp5_ui tests)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23963 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eeaa2a5c
......@@ -44,7 +44,7 @@ class TestZelenium(ERP5TypeTestCase):
"""
Return the list of business templates.
"""
return ('erp5_base', 'erp5_ui_test', 'erp5_forge',
return ('erp5_base', 'erp5_ui_test_core', 'erp5_ui_test', 'erp5_forge',
'erp5_trade', 'erp5_pdm', 'erp5_pdf_style',
'erp5_accounting', 'erp5_invoicing', 'erp5_accounting_ui_test',
'erp5_pdm_ui_test',
......
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