summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_exceptionthrow.xml
blob: f45dc41f3dbac6385d6ab9163feab3143d7db597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="ISO-8859-1"?>
<TestCase name="tst_Exception">
<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="throwException">
<Incident type="fail" file="/home/user/dev/qt5/qtbase/src/testlib/qtestcase.cpp" line="1691">
    <Description><![CDATA[Caught unhandled exception]]></Description>
</Incident>
</TestFunction>
</TestCase>