Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
2011q1
-
None
-
6efb3cbdc08f93685dff481635a9e4a9997f8017
Description
uploadresults.py currently doesn't handle data tags containing single quotes.
For example, the following results file will not be accepted (note the single quotes around the word "foo"):
<?xml version="1.0" encoding="ISO-8859-1"?> <TestCase name="dummyTestCase"> <Environment> <QtVersion>4.8.0</QtVersion> <QTestVersion>4.8.0</QTestVersion> </Environment> <TestFunction name="constructAndNext"> <BenchmarkResult metric="WalltimeMilliseconds" tag="['foo']" value="54" iterations="32" /> </TestFunction> </TestCase>
This appears to be the proper way to fix the problem.