Commit c685c027 authored by Jérome Perrin's avatar Jérome Perrin

testXHTML: check external validators on fields

parent ac49cc24
Pipeline #7621 failed with stage
in 0 seconds
......@@ -216,6 +216,10 @@ class TestXHTMLMixin(ERP5TypeTestCase):
"Repeated listbox selection names:\n" +
portal_skins.SkinsTool_checkDuplicateSelectionName())
def test_SkinsTool_checkFieldExternalValidator(self):
self.assertFalse(
self.portal.portal_skins.SkinsTool_checkFieldExternalValidator())
def test_javascript_lint(self):
skins_tool = self.portal.portal_skins
path_list = []
......
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