summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_pairdiagnostics.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_pairdiagnostics.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_pairdiagnostics.junitxml24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/auto/testlib/selftests/expected_pairdiagnostics.junitxml b/tests/auto/testlib/selftests/expected_pairdiagnostics.junitxml
index 653dde11c0..96b481b3f5 100644
--- a/tests/auto/testlib/selftests/expected_pairdiagnostics.junitxml
+++ b/tests/auto/testlib/selftests/expected_pairdiagnostics.junitxml
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<testsuite errors="0" failures="2" tests="4" name="tst_PairDiagnostics">
+<testsuite name="tst_PairDiagnostics" tests="4" failures="2" errors="0">
<properties>
- <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
- <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
- <property value="" name="QtBuild"/>
+ <property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
+ <property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
+ <property name="QtBuild" value=""/>
</properties>
- <testcase result="pass" name="initTestCase"/>
- <testcase result="fail" name="testQPair">
- <failure message="Compared values are not the same
+ <testcase name="initTestCase" result="pass"/>
+ <testcase name="testQPair" result="fail">
+ <failure result="fail" message="Compared values are not the same
Actual (pair1): &quot;std::pair(1,1)&quot;
- Expected (pair2): &quot;std::pair(1,2)&quot;" result="fail"/>
+ Expected (pair2): &quot;std::pair(1,2)&quot;"/>
</testcase>
- <testcase result="fail" name="testStdPair">
- <failure message="Compared values are not the same
+ <testcase name="testStdPair" result="fail">
+ <failure result="fail" message="Compared values are not the same
Actual (pair1): &quot;std::pair(1,1)&quot;
- Expected (pair2): &quot;std::pair(1,2)&quot;" result="fail"/>
+ Expected (pair2): &quot;std::pair(1,2)&quot;"/>
</testcase>
- <testcase result="pass" name="cleanupTestCase"/>
+ <testcase name="cleanupTestCase" result="pass"/>
<system-err/>
</testsuite>