summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skip.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_skip.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_skip.junitxml22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/auto/testlib/selftests/expected_skip.junitxml b/tests/auto/testlib/selftests/expected_skip.junitxml
index 63e582f96a..27e1324e2c 100644
--- a/tests/auto/testlib/selftests/expected_skip.junitxml
+++ b/tests/auto/testlib/selftests/expected_skip.junitxml
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<testsuite errors="4" failures="0" tests="5" name="tst_Skip">
+<testsuite name="tst_Skip" tests="5" failures="0" errors="4">
<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 name="initTestCase" result="pass"/>
<testcase name="test">
- <!-- message="skipping all" type="skip" -->
+ <!-- type="skip" message="skipping all" -->
</testcase>
<testcase name="emptytest">
- <!-- message="skipping all" type="skip" -->
+ <!-- type="skip" message="skipping all" -->
</testcase>
- <testcase result="pass" name="singleSkip">
- <!-- tag="local 1" message="skipping one" type="skip" -->
- <!-- tag="local 2" message="this line should only be reached once (true)" type="qdebug" -->
+ <testcase name="singleSkip" result="pass">
+ <!-- type="skip" message="skipping one" tag="local 1" -->
+ <!-- type="qdebug" message="this line should only be reached once (true)" tag="local 2" -->
</testcase>
- <testcase result="pass" name="cleanupTestCase"/>
+ <testcase name="cleanupTestCase" result="pass"/>
<system-err>
<![CDATA[skipping all]]>
<![CDATA[skipping all]]>