Commit ef5b068d authored by Papa Tamsir Kane's avatar Papa Tamsir Kane

erp5: fix typo

parent 99c4c600
......@@ -33,7 +33,7 @@ class _ERP5(ERP5TypeTestSuite):
component_re = re.compile(".*/([^/]+)/TestTemplateItem/portal_components"
"/test\.[^.]+\.([^.]+).py$")
for test_path in (
glog('%s/bt5/erp5_curation_request_test/TestTemplateItem/portal_components/test.*test*.py' % path) +
glob('%s/bt5/erp5_curation_request_test/TestTemplateItem/portal_components/test.*test*.py' % path) +
glob('%s/bt5/erp5_officejs_ui_test/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