38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
41 lines
1.6 KiB
XML
41 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<testsuite errors="5" failures="3" tests="9" name="tst_Xunit">
|
|
<properties>
|
|
<property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
|
|
<property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
|
|
</properties>
|
|
<testcase result="pass" name="initTestCase"/>
|
|
<testcase result="pass" name="testFunc1">
|
|
<!-- message="just a QWARN() !" type="warn" -->
|
|
</testcase>
|
|
<testcase result="fail" name="testFunc2">
|
|
<!-- message="a qDebug() call with comment-ending stuff -->" type="qdebug" -->
|
|
<failure message="Compared values are not the same
|
|
Actual (2): 2
|
|
Expected (3): 3" result="fail"/>
|
|
</testcase>
|
|
<testcase name="testFunc3">
|
|
<!-- message="skipping this function!" type="skip" -->
|
|
</testcase>
|
|
<testcase result="fail" name="testFunc4">
|
|
<failure message="a forced failure!" result="fail"/>
|
|
</testcase>
|
|
<testcase result="xfail" name="testFunc5">
|
|
<!-- message="this failure is expected" type="info" -->
|
|
</testcase>
|
|
<testcase result="xfail" name="testFunc6">
|
|
<!-- message="this failure is also expected" type="info" -->
|
|
</testcase>
|
|
<testcase result="xpass" name="testFunc7">
|
|
<failure message="'true' returned FALSE. ()" result="xpass"/>
|
|
</testcase>
|
|
<testcase result="pass" name="cleanupTestCase"/>
|
|
<system-err>
|
|
<![CDATA[just a QWARN() !]]>
|
|
<![CDATA[a qDebug() call with comment-ending stuff -->]]>
|
|
<![CDATA[skipping this function!]]>
|
|
<![CDATA[this failure is expected]]>
|
|
<![CDATA[this failure is also expected]]>
|
|
</system-err>
|
|
</testsuite>
|