Commit 417ff1ae authored by Romain Courteaud's avatar Romain Courteaud

testXHTML: use the nu validator by default

parent 67eb5953
......@@ -813,10 +813,9 @@ def addTestMethodDynamically(test_class, validator, target_business_templates):
tested_portal_type_list=tested_portal_type_list)
# Two validators are available : tidy and the w3c validator
# It's hightly recommanded to use the w3c validator because tidy dont show
# all errors and show more warnings that there is.
validator_to_use = 'w3c'
# Three validators are available : nu, tidy and the w3c validator
# It's hightly recommanded to use the nu validator which validates html5
validator_to_use = 'nu'
show_warnings = True
validator = 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