Commit e1334117 authored by Roque's avatar Roque

[HARDCODED] fixing typo in test path definition

parent 4e78006f
......@@ -37,7 +37,7 @@ class _ERP5(ERP5TypeTestSuite):
for test_path in (
#glob('%s/product/*/tests/test*.py' % path) +
#glob('%s/bt5/*/TestTemplateItem/test*.py' % path) +
glob('%s/bt5/erp5_crm_renderjs_ui_test/TestTemplateItem/portal_components/test.erp5.testFunctionalOfficeJSDiscussionTool.py' % path):
glob('%s/bt5/erp5_crm_renderjs_ui_test/TestTemplateItem/portal_components/test.erp5.testFunctionalOfficeJSDiscussionTool.py' % path)):
#glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py' % path)):
component_re_match = component_re.match(test_path)
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