2011-04-27 10:05:43 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2021-07-27 22:03:00 +00:00
|
|
|
<testsuite name="tst_JUnit" timestamp="@TEST_START_TIME@" tests="9" failures="3" errors="5" 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@"/>
|
|
|
|
<testcase name="testFunc1" result="pass" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="warn" message="just a QWARN() !" -->
|
2011-04-27 10:05:43 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="testFunc2" result="fail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="qdebug" message="a qDebug() call with comment-ending stuff -->" -->
|
|
|
|
<failure result="fail" message="Compared values are not the same
|
2012-03-08 01:30:10 +00:00
|
|
|
Actual (2): 2
|
2020-07-21 23:38:42 +00:00
|
|
|
Expected (3): 3"/>
|
2011-04-27 10:05:43 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="testFunc3" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="skip" message="skipping this function!" -->
|
2011-04-27 10:05:43 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="testFunc4" result="fail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<failure result="fail" message="a forced failure!"/>
|
2011-04-27 10:05:43 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="testFunc5" result="xfail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="info" message="this failure is expected" -->
|
2011-04-27 10:05:43 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="testFunc6" result="xfail" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<!-- type="info" message="this failure is also expected" -->
|
2011-04-27 10:05:43 +00:00
|
|
|
</testcase>
|
2020-07-21 10:10:32 +00:00
|
|
|
<testcase name="testFunc7" result="xpass" time="@TEST_DURATION@">
|
2020-07-21 23:38:42 +00:00
|
|
|
<failure result="xpass" message="'true' returned TRUE unexpectedly. ()"/>
|
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@"/>
|
2021-01-13 10:21:01 +00:00
|
|
|
<system-out>
|
2011-04-27 10:05:43 +00:00
|
|
|
<![CDATA[a qDebug() call with comment-ending stuff -->]]>
|
|
|
|
<![CDATA[skipping this function!]]>
|
|
|
|
<![CDATA[this failure is expected]]>
|
|
|
|
<![CDATA[this failure is also expected]]>
|
2021-01-13 10:21:01 +00:00
|
|
|
</system-out>
|
|
|
|
<system-err>
|
|
|
|
<![CDATA[just a QWARN() !]]>
|
2011-04-27 10:05:43 +00:00
|
|
|
</system-err>
|
|
|
|
</testsuite>
|