summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skipcleanup.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_skipcleanup.xml')
-rw-r--r--tests/auto/testlib/selftests/expected_skipcleanup.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/auto/testlib/selftests/expected_skipcleanup.xml b/tests/auto/testlib/selftests/expected_skipcleanup.xml
index 14207b2196..d839a69d8f 100644
--- a/tests/auto/testlib/selftests/expected_skipcleanup.xml
+++ b/tests/auto/testlib/selftests/expected_skipcleanup.xml
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<TestCase name="tst_SkipCleanup">
-<Environment>
+ <Environment>
<QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
<QtBuild/>
<QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
-</Environment>
-<TestFunction name="initTestCase">
-<Incident type="pass" file="" line="0" />
+ </Environment>
+ <TestFunction name="initTestCase">
+ <Incident type="pass" file="" line="0" />
<Duration msecs="0"/>
-</TestFunction>
-<TestFunction name="aTestFunction">
-<Incident type="pass" file="" line="0" />
+ </TestFunction>
+ <TestFunction name="aTestFunction">
+ <Incident type="skip" file="qtbase/tests/auto/testlib/selftests/skipcleanup/tst_skipcleanup.cpp" line="0">
+ <Description><![CDATA[Skip inside cleanup.]]></Description>
+ </Incident>
<Duration msecs="0"/>
-</TestFunction>
-<TestFunction name="cleanupTestCase">
-<Message type="skip" file="qtbase/tests/auto/testlib/selftests/skipcleanup/tst_skipcleanup.cpp" line="0">
- <Description><![CDATA[Skip inside cleanupTestCase.]]></Description>
-</Message>
+ </TestFunction>
+ <TestFunction name="cleanupTestCase">
+ <Incident type="pass" file="" line="0" />
<Duration msecs="0"/>
-</TestFunction>
-<Duration msecs="0"/>
+ </TestFunction>
+ <Duration msecs="0"/>
</TestCase>