2011-04-27 10:05:43 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testsuite name="tst_Subtest" timestamp="@TEST_START_TIME@" tests="5" failures="2" errors="31" time="@TEST_DURATION@">
|
2011-04-27 10:05:43 +00:00
|
|
|
<properties>
|
2020-07-21 23:38:42 +00:00
|
|
|
<property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
|
|
|
|
<property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
|
|
|
|
<property name="QtBuild" value=""/>
|
2011-04-27 10:05:43 +00:00
|
|
|
</properties>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="initTestCase" result="pass" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="qdebug" message="initTestCase initTestCase (null)" -->
|
2011-09-20 01:56:31 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="test1" result="pass" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="qdebug" message="init test1 (null)" -->
|
|
|
|
<!-- type="qdebug" message="test1 test1 (null)" -->
|
|
|
|
<!-- type="qdebug" message="cleanup test1 (null)" -->
|
2011-09-20 01:56:31 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="test2" result="pass" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="qdebug" message="test2_data test2 (null)" -->
|
|
|
|
<!-- type="qdebug" message="test2_data end" -->
|
|
|
|
<!-- type="qdebug" message="init test2 data0" tag="data0" -->
|
|
|
|
<!-- type="qdebug" message="test2 test2 data0" tag="data0" -->
|
|
|
|
<!-- type="qdebug" message="test2 end" tag="data0" -->
|
|
|
|
<!-- type="qdebug" message="cleanup test2 data0" tag="data0" -->
|
|
|
|
<!-- type="qdebug" message="init test2 data1" tag="data1" -->
|
|
|
|
<!-- type="qdebug" message="test2 test2 data1" tag="data1" -->
|
|
|
|
<!-- type="qdebug" message="test2 end" tag="data1" -->
|
|
|
|
<!-- type="qdebug" message="cleanup test2 data1" tag="data1" -->
|
|
|
|
<!-- type="qdebug" message="init test2 data2" tag="data2" -->
|
|
|
|
<!-- type="qdebug" message="test2 test2 data2" tag="data2" -->
|
|
|
|
<!-- type="qdebug" message="test2 end" tag="data2" -->
|
|
|
|
<!-- type="qdebug" message="cleanup test2 data2" tag="data2" -->
|
2011-09-20 01:56:31 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="test3" result="fail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="qdebug" message="test3_data test3 (null)" -->
|
|
|
|
<!-- type="qdebug" message="test3_data end" -->
|
|
|
|
<!-- type="qdebug" message="init test3 data0" tag="data0" -->
|
|
|
|
<!-- type="qdebug" message="test2 test3 data0" tag="data0" -->
|
|
|
|
<!-- type="qdebug" message="test2 end" tag="data0" -->
|
|
|
|
<!-- type="qdebug" message="cleanup test3 data0" tag="data0" -->
|
|
|
|
<!-- type="qdebug" message="init test3 data1" tag="data1" -->
|
|
|
|
<!-- type="qdebug" message="test2 test3 data1" tag="data1" -->
|
|
|
|
<failure result="fail" message="Compared values are not the same
|
2014-01-21 00:03:30 +00:00
|
|
|
Actual (str) : "hello1"
|
2020-07-21 23:38:42 +00:00
|
|
|
Expected (QString("hello0")): "hello0"" tag="data1"/>
|
|
|
|
<!-- type="qdebug" message="cleanup test3 data1" tag="data1" -->
|
|
|
|
<!-- type="qdebug" message="init test3 data2" tag="data2" -->
|
|
|
|
<!-- type="qdebug" message="test2 test3 data2" tag="data2" -->
|
|
|
|
<failure result="fail" message="Compared values are not the same
|
2014-01-21 00:03:30 +00:00
|
|
|
Actual (str) : "hello2"
|
2020-07-21 23:38:42 +00:00
|
|
|
Expected (QString("hello0")): "hello0"" tag="data2"/>
|
|
|
|
<!-- type="qdebug" message="cleanup test3 data2" tag="data2" -->
|
2011-04-27 10:05:43 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="cleanupTestCase" result="pass" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="qdebug" message="cleanupTestCase cleanupTestCase (null)" -->
|
2011-04-27 10:05:43 +00:00
|
|
|
</testcase>
|
2011-09-20 01:56:31 +00:00
|
|
|
<system-err>
|
2013-10-16 13:59:27 +00:00
|
|
|
<![CDATA[initTestCase initTestCase (null)]]>
|
|
|
|
<![CDATA[init test1 (null)]]>
|
|
|
|
<![CDATA[test1 test1 (null)]]>
|
|
|
|
<![CDATA[cleanup test1 (null)]]>
|
|
|
|
<![CDATA[test2_data test2 (null)]]>
|
|
|
|
<![CDATA[test2_data end]]>
|
|
|
|
<![CDATA[init test2 data0]]>
|
|
|
|
<![CDATA[test2 test2 data0]]>
|
|
|
|
<![CDATA[test2 end]]>
|
|
|
|
<![CDATA[cleanup test2 data0]]>
|
|
|
|
<![CDATA[init test2 data1]]>
|
|
|
|
<![CDATA[test2 test2 data1]]>
|
|
|
|
<![CDATA[test2 end]]>
|
|
|
|
<![CDATA[cleanup test2 data1]]>
|
|
|
|
<![CDATA[init test2 data2]]>
|
|
|
|
<![CDATA[test2 test2 data2]]>
|
|
|
|
<![CDATA[test2 end]]>
|
|
|
|
<![CDATA[cleanup test2 data2]]>
|
|
|
|
<![CDATA[test3_data test3 (null)]]>
|
|
|
|
<![CDATA[test3_data end]]>
|
|
|
|
<![CDATA[init test3 data0]]>
|
|
|
|
<![CDATA[test2 test3 data0]]>
|
|
|
|
<![CDATA[test2 end]]>
|
|
|
|
<![CDATA[cleanup test3 data0]]>
|
|
|
|
<![CDATA[init test3 data1]]>
|
|
|
|
<![CDATA[test2 test3 data1]]>
|
|
|
|
<![CDATA[cleanup test3 data1]]>
|
|
|
|
<![CDATA[init test3 data2]]>
|
|
|
|
<![CDATA[test2 test3 data2]]>
|
|
|
|
<![CDATA[cleanup test3 data2]]>
|
|
|
|
<![CDATA[cleanupTestCase cleanupTestCase (null)]]>
|
2011-09-20 01:56:31 +00:00
|
|
|
</system-err>
|
2011-04-27 10:05:43 +00:00
|
|
|
</testsuite>
|