Commit 137857ce authored by Roque's avatar Roque

adding erp5_web_renderjs_ui_test unit tests

parent ad7b54fe
......@@ -35,9 +35,7 @@ class _ERP5(ERP5TypeTestSuite):
component_re = re.compile(".*/([^/]+)/TestTemplateItem/portal_components"
"/test\.[^.]+\.([^.]+).py$")
for test_path in (
#glob('%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*Text*Editor*.py' % path) +
#glob('%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*Bookmark*.py' % path) +
#glob('%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*Discussion*.py' % path)):
glob('%s/bt5/erp5_officejs_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)):
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