summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_sleep.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_sleep.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_sleep.junitxml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/auto/testlib/selftests/expected_sleep.junitxml b/tests/auto/testlib/selftests/expected_sleep.junitxml
index e4ed66bcb8..688719ebe2 100644
--- a/tests/auto/testlib/selftests/expected_sleep.junitxml
+++ b/tests/auto/testlib/selftests/expected_sleep.junitxml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<testsuite errors="0" failures="0" tests="4" name="tst_Sleep">
+<testsuite name="tst_Sleep" tests="4" failures="0" 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="pass" name="sleep"/>
- <testcase result="pass" name="wait"/>
- <testcase result="pass" name="cleanupTestCase"/>
+ <testcase name="initTestCase" result="pass"/>
+ <testcase name="sleep" result="pass"/>
+ <testcase name="wait" result="pass"/>
+ <testcase name="cleanupTestCase" result="pass"/>
<system-err/>
</testsuite>