2012-05-02 12:49:31 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2012-02-03 00:22:13 +00:00
|
|
|
<TestCase name="tst_FailCleanup">
|
|
|
|
<Environment>
|
|
|
|
<QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
|
|
|
|
<QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
|
|
|
|
</Environment>
|
|
|
|
<TestFunction name="initTestCase">
|
|
|
|
<Incident type="pass" file="" line="0" />
|
2013-10-24 18:10:37 +00:00
|
|
|
<Duration msecs="0"/>
|
2012-02-03 00:22:13 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="aTestFunction">
|
|
|
|
<Incident type="pass" file="" line="0" />
|
2013-10-24 18:10:37 +00:00
|
|
|
<Duration msecs="0"/>
|
2012-02-03 00:22:13 +00:00
|
|
|
</TestFunction>
|
|
|
|
<TestFunction name="cleanupTestCase">
|
2014-01-02 13:58:22 +00:00
|
|
|
<Incident type="fail" file="tst_failcleanup.cpp" line="59">
|
2012-02-03 00:22:13 +00:00
|
|
|
<Description><![CDATA['false' returned FALSE. (Fail inside cleanupTestCase)]]></Description>
|
|
|
|
</Incident>
|
2013-10-24 18:10:37 +00:00
|
|
|
<Duration msecs="0"/>
|
2012-02-03 00:22:13 +00:00
|
|
|
</TestFunction>
|
2013-10-24 18:10:37 +00:00
|
|
|
<Duration msecs="0"/>
|
2012-02-03 00:22:13 +00:00
|
|
|
</TestCase>
|