summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_junit.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_junit.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_junit.junitxml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/testlib/selftests/expected_junit.junitxml b/tests/auto/testlib/selftests/expected_junit.junitxml
index c6c6e9affa..bd2428738a 100644
--- a/tests/auto/testlib/selftests/expected_junit.junitxml
+++ b/tests/auto/testlib/selftests/expected_junit.junitxml
@@ -32,11 +32,11 @@
</testcase>
<testcase name="cleanupTestCase" classname="tst_JUnit" time="@TEST_DURATION@"/>
<system-out>
-<![CDATA[a qDebug() call with comment-ending stuff -->]]>
-<![CDATA[this failure is expected]]>
-<![CDATA[this failure is also expected]]>
+ <![CDATA[a qDebug() call with comment-ending stuff -->]]>
+ <![CDATA[this failure is expected]]>
+ <![CDATA[this failure is also expected]]>
</system-out>
<system-err>
-<![CDATA[just a qWarning() !]]>
+ <![CDATA[just a qWarning() !]]>
</system-err>
</testsuite>