Commit f92c5c16 authored by Roque's avatar Roque

[HARDCODED] run also erp5_web_ui_test

parent 7692b5fd
...@@ -37,6 +37,7 @@ class _ERP5(ERP5TypeTestSuite): ...@@ -37,6 +37,7 @@ class _ERP5(ERP5TypeTestSuite):
for test_path in ( for test_path in (
glob('%s/bt5/erp5_hal_json_style/TestTemplateItem/portal_components/test.*.test*Hal*.py' % path) + glob('%s/bt5/erp5_hal_json_style/TestTemplateItem/portal_components/test.*.test*Hal*.py' % path) +
glob('%s/bt5/erp5_web_renderjs_ui_test/TestTemplateItem/portal_components/test.*.test*RJS*.py' % path) + glob('%s/bt5/erp5_web_renderjs_ui_test/TestTemplateItem/portal_components/test.*.test*RJS*.py' % path) +
glob('%s/bt5/erp5_web_ui_test/TestTemplateItem/portal_components/test.*.test*RJS*.py' % path) +
glob('%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*OfficeJS*.py' % path)): glob('%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*OfficeJS*.py' % path)):
component_re_match = component_re.match(test_path) component_re_match = component_re.match(test_path)
if component_re_match is not None: if component_re_match is not None:
......
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