Commit 9d08cb2c authored by Jérome Perrin's avatar Jérome Perrin

testXHTML: also ignore erp5_code_mirror in jslint test

parent 498d6486
......@@ -170,7 +170,7 @@ class TestXHTMLMixin(ERP5TypeTestCase):
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',
'erp5_jquery_ui', 'erp5_ace_editor']
'erp5_jquery_ui', 'erp5_ace_editor', 'erp5_code_mirror']
if script_path.endswith('.js'):
for ignore_bt_name in ignore_bts:
if script_path.startswith(ignore_bt_name):
......
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