Commit 73f6db06 authored by Tristan Cavelier's avatar Tristan Cavelier

make testXHTML ignore erp5_svg_editor

parent bb75ecd3
......@@ -168,7 +168,7 @@ class TestXHTMLMixin(ERP5TypeTestCase):
for script_path, script in skins_tool.ZopeFind(
skins_tool, obj_metatypes=['File','DTML Method','DTML Document'], search_sub=1):
is_required_check_path = True
ignore_bts = ['erp5_jquery','erp5_fckeditor','erp5_xinha_editor',
ignore_bts = ['erp5_jquery','erp5_fckeditor','erp5_xinha_editor', 'erp5_svg_editor',
'erp5_jquery_ui', 'erp5_ace_editor', 'erp5_code_mirror']
if script_path.endswith('.js'):
for ignore_bt_name in ignore_bts:
......
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