summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skipcleanup.lightxml
blob: 14ce937497d81a826d43c22ed0d392f4073e0e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Environment>
    <QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
    <QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
</Environment>
<TestFunction name="initTestCase">
<Incident type="pass" file="" line="0" />
</TestFunction>
<TestFunction name="aTestFunction">
<Incident type="pass" file="" line="0" />
</TestFunction>
<TestFunction name="cleanupTestCase">
<Message type="skip" file="tst_skipcleanup.cpp" line="59">
    <Description><![CDATA[Skip inside cleanupTestCase.]]></Description>
</Message>
</TestFunction>