summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_assert.lightxml
blob: c2cc1da7ab1a61b362e4597c49c3cd2c72148d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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="testNumber1">
<Incident type="pass" file="" line="0" />
</TestFunction>
<TestFunction name="testNumber2">
<Message type="qfatal" file="" line="0">
    <Description><![CDATA[ASSERT: "false" in file tst_assert.cpp, line 66]]></Description>
</Message>
<Incident type="fail" file="Unknown file" line="0">
    <Description><![CDATA[Received a fatal error.]]></Description>
</Incident>
</TestFunction>