Commit 3781375c authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

testERP5NamingConvention.py: add erp5_workflow_test_data to the test; remove...

testERP5NamingConvention.py: add erp5_workflow_test_data to the test; remove old erp5_workflow template from the tests since teh structure of workflow has been changed.
parent 517911ea
......@@ -65,12 +65,14 @@ class TestNamingConvention(ERP5TypeTestCase):
'erp5_jquery_plugin_jgraduate', 'erp5_jquery_plugin_svgicon', 'erp5_jquery_plugin_jquerybbq',
'erp5_jquery_plugin_spinbtn', 'erp5_jquery_plugin_svg_editor', 'erp5_svg_editor', 'erp5_syncml',
'erp5_system_event', 'erp5_tiosafe_core', 'erp5_tiosafe_accounting', 'erp5_tiosafe_document',
'erp5_tiosafe_pdm', 'erp5_utils', 'erp5_workflow', 'erp5_wizard', 'tiolive_base',
'erp5_tiosafe_pdm', 'erp5_utils', 'erp5_workflow', 'erp5_workflow_test_data', 'erp5_wizard', 'tiolive_base',
'tiolive_decouple_instance', 'erp5_public_accounting_budget', 'erp5_publication',
'erp5_social_contracts', 'test_core', 'test_accounting', 'test_web', 'test_html_style',
'test_xhtml_style', 'cloudooo_data', 'cloudooo_web', 'erp5_configurator',
'erp5_configurator_maxma_demo', 'erp5_configurator_run_my_doc', 'erp5_configurator_standard',
'erp5_configurator_standard_solver', 'erp5_configurator_ung',
'test_xhtml_style', 'cloudooo_data', 'cloudooo_web', )
# skip old type erp5 workflow templates since the new structure has been deployed.
#'erp5_configurator',
#'erp5_configurator_maxma_demo', 'erp5_configurator_run_my_doc', 'erp5_configurator_standard',
#'erp5_configurator_standard_solver', 'erp5_configurator_ung',
# skip l10n templates to save time.
# 'erp5_l10n_fr', 'erp5_l10n_ja',
# 'erp5_l10n_pl_PL', 'erp5_l10n_pt-BR',
......
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