changeset 8975 | 045e449617ad |
parent 8971 | 062e40f41b57 |
child 8978 | 269548f2306e |
--- a/devtools/testlib.py Mon May 06 15:58:52 2013 +0200 +++ b/devtools/testlib.py Mon May 06 17:16:45 2013 +0200 @@ -938,6 +938,7 @@ # define filter if isinstance(content, str): content = unicode(content, sys.getdefaultencoding(), 'replace') + content = validator.preprocess_data(content) content = content.splitlines() width = int(log(len(content), 10)) + 1 line_template = " %" + ("%i" % width) + "i: %s"