Commit 7156aff2 authored by Roque's avatar Roque

[HARDCODED] undo change in test init

parent fbfb1953
...@@ -38,7 +38,6 @@ class _ERP5(ERP5TypeTestSuite): ...@@ -38,7 +38,6 @@ class _ERP5(ERP5TypeTestSuite):
glob('%s/product/*/tests/test*.py' % path) + glob('%s/product/*/tests/test*.py' % path) +
glob('%s/bt5/*/TestTemplateItem/test*.py' % path) + glob('%s/bt5/*/TestTemplateItem/test*.py' % path) +
glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py' % path)): glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py' % path)):
#glob('%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*Project*.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:
test_case = "%s:%s" % (component_re_match.group(1), test_case = "%s:%s" % (component_re_match.group(1),
......
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