summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_failfetchtype.junitxml
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-02 14:02:51 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-06 17:00:22 +0200
commit0ce70a29b36a43f08ff3c8cdecde7ea75af0840f (patch)
treefd895a376a3c94aaede91a264045e78d809bb3f2 /tests/auto/testlib/selftests/expected_failfetchtype.junitxml
parent1f20606fa3aee1e6d152a6f7203ef1fea6ade0b7 (diff)
testlib: Indent CDATA element in JUnit reporter
The data itself is not indented, as consumers may read it as verbatim data. Pick-to: 6.2 Change-Id: Ia934616cea273feadc3a45d7c74726d4f804f0dc Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_failfetchtype.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_failfetchtype.junitxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/expected_failfetchtype.junitxml b/tests/auto/testlib/selftests/expected_failfetchtype.junitxml
index 4b89a97ae8..58ad4e725f 100644
--- a/tests/auto/testlib/selftests/expected_failfetchtype.junitxml
+++ b/tests/auto/testlib/selftests/expected_failfetchtype.junitxml
@@ -12,6 +12,6 @@
</testcase>
<system-out/>
<system-err>
-<![CDATA[Requested type 'QString' does not match available type 'bool'.]]>
+ <![CDATA[Requested type 'QString' does not match available type 'bool'.]]>
</system-err>
</testsuite>