summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_testlib.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_testlib.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_testlib.junitxml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/auto/testlib/selftests/expected_testlib.junitxml b/tests/auto/testlib/selftests/expected_testlib.junitxml
index 27eaf2fa97..a68ce7b58c 100644
--- a/tests/auto/testlib/selftests/expected_testlib.junitxml
+++ b/tests/auto/testlib/selftests/expected_testlib.junitxml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<testsuite name="tst_TestLib" tests="5" failures="1" errors="0">
+<testsuite name="tst_TestLib" timestamp="@TEST_START_TIME@" tests="5" failures="1" errors="0" time="@TEST_DURATION@">
<properties>
<property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
<property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
<property name="QtBuild" value=""/>
</properties>
- <testcase name="initTestCase" result="pass"/>
- <testcase name="basics" result="fail">
+ <testcase name="initTestCase" result="pass" time="@TEST_DURATION@"/>
+ <testcase name="basics" result="fail" time="@TEST_DURATION@">
<failure result="fail" message="Compared pointers are not the same"/>
</testcase>
- <testcase name="delays" result="pass"/>
- <testcase name="reals" result="pass"/>
- <testcase name="cleanupTestCase" result="pass"/>
+ <testcase name="delays" result="pass" time="@TEST_DURATION@"/>
+ <testcase name="reals" result="pass" time="@TEST_DURATION@"/>
+ <testcase name="cleanupTestCase" result="pass" time="@TEST_DURATION@"/>
<system-err/>
</testsuite>