Commit f3f3df01 authored by Roque's avatar Roque

adding Bookmark app tests

parent ba55c32f
......@@ -36,7 +36,7 @@ class _ERP5(ERP5TypeTestSuite):
"/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*Code*Mirror*.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)):
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