summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_globaldata.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_globaldata.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_globaldata.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_globaldata.junitxml72
1 files changed, 36 insertions, 36 deletions
diff --git a/tests/auto/testlib/selftests/expected_globaldata.junitxml b/tests/auto/testlib/selftests/expected_globaldata.junitxml
index 7a2baf1f08..2b7a7efe4c 100644
--- a/tests/auto/testlib/selftests/expected_globaldata.junitxml
+++ b/tests/auto/testlib/selftests/expected_globaldata.junitxml
@@ -79,42 +79,42 @@
<!-- type="qdebug" message="cleanupTestCase cleanupTestCase (null)" -->
</testcase>
<system-out>
-<![CDATA[initTestCase initTestCase (null)]]>
-<![CDATA[init testGlobal local=false]]>
-<![CDATA[global: false]]>
-<![CDATA[local: false]]>
-<![CDATA[cleanup testGlobal local=false]]>
-<![CDATA[init testGlobal local=true]]>
-<![CDATA[global: false]]>
-<![CDATA[local: true]]>
-<![CDATA[cleanup testGlobal local=true]]>
-<![CDATA[init testGlobal local=false]]>
-<![CDATA[global: true]]>
-<![CDATA[local: false]]>
-<![CDATA[cleanup testGlobal local=false]]>
-<![CDATA[init testGlobal local=true]]>
-<![CDATA[global: true]]>
-<![CDATA[local: true]]>
-<![CDATA[cleanup testGlobal local=true]]>
-<![CDATA[init skipLocal local=false]]>
-<![CDATA[cleanup skipLocal local=false]]>
-<![CDATA[init skipLocal local=true]]>
-<![CDATA[cleanup skipLocal local=true]]>
-<![CDATA[init skipLocal local=false]]>
-<![CDATA[cleanup skipLocal local=false]]>
-<![CDATA[init skipLocal local=true]]>
-<![CDATA[cleanup skipLocal local=true]]>
-<![CDATA[init skipSingle local=false]]>
-<![CDATA[global: false local: false]]>
-<![CDATA[cleanup skipSingle local=false]]>
-<![CDATA[init skipSingle local=true]]>
-<![CDATA[cleanup skipSingle local=true]]>
-<![CDATA[init skipSingle local=false]]>
-<![CDATA[cleanup skipSingle local=false]]>
-<![CDATA[init skipSingle local=true]]>
-<![CDATA[global: true local: true]]>
-<![CDATA[cleanup skipSingle local=true]]>
-<![CDATA[cleanupTestCase cleanupTestCase (null)]]>
+ <![CDATA[initTestCase initTestCase (null)]]>
+ <![CDATA[init testGlobal local=false]]>
+ <![CDATA[global: false]]>
+ <![CDATA[local: false]]>
+ <![CDATA[cleanup testGlobal local=false]]>
+ <![CDATA[init testGlobal local=true]]>
+ <![CDATA[global: false]]>
+ <![CDATA[local: true]]>
+ <![CDATA[cleanup testGlobal local=true]]>
+ <![CDATA[init testGlobal local=false]]>
+ <![CDATA[global: true]]>
+ <![CDATA[local: false]]>
+ <![CDATA[cleanup testGlobal local=false]]>
+ <![CDATA[init testGlobal local=true]]>
+ <![CDATA[global: true]]>
+ <![CDATA[local: true]]>
+ <![CDATA[cleanup testGlobal local=true]]>
+ <![CDATA[init skipLocal local=false]]>
+ <![CDATA[cleanup skipLocal local=false]]>
+ <![CDATA[init skipLocal local=true]]>
+ <![CDATA[cleanup skipLocal local=true]]>
+ <![CDATA[init skipLocal local=false]]>
+ <![CDATA[cleanup skipLocal local=false]]>
+ <![CDATA[init skipLocal local=true]]>
+ <![CDATA[cleanup skipLocal local=true]]>
+ <![CDATA[init skipSingle local=false]]>
+ <![CDATA[global: false local: false]]>
+ <![CDATA[cleanup skipSingle local=false]]>
+ <![CDATA[init skipSingle local=true]]>
+ <![CDATA[cleanup skipSingle local=true]]>
+ <![CDATA[init skipSingle local=false]]>
+ <![CDATA[cleanup skipSingle local=false]]>
+ <![CDATA[init skipSingle local=true]]>
+ <![CDATA[global: true local: true]]>
+ <![CDATA[cleanup skipSingle local=true]]>
+ <![CDATA[cleanupTestCase cleanupTestCase (null)]]>
</system-out>
<system-err/>
</testsuite>