Skip to content
Snippets Groups Projects
Commit 016c22579175 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

this is necessary to get proper instance home

parent efe4197be8e1
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,11 @@ ...@@ -5,9 +5,11 @@
from cubicweb.devtools.htmlparser import SaxOnlyValidator from cubicweb.devtools.htmlparser import SaxOnlyValidator
from cubicweb.devtools.testlib import AutomaticWebTest from cubicweb.devtools.testlib import AutomaticWebTest
AutomaticWebTest.vid_validators.update({ class AutomaticWebTest(AutomaticWebTest):
'accexpense': SaxOnlyValidator, vid_validators = AutomaticWebTest.vid_validators.copy()
'accentry': SaxOnlyValidator, vid_validators.update({
'accexpense': SaxOnlyValidator,
'accentry': SaxOnlyValidator,
}) })
if __name__ == '__main__': if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment