54 lines
2.2 KiB
XML
54 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<testsuite name="tst_Warnings" timestamp="@TEST_START_TIME@" hostname="@HOSTNAME@" tests="7" failures="4" errors="0" skipped="0" time="@TEST_DURATION@">
|
|
<properties>
|
|
<property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
|
|
<property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
|
|
<property name="QtBuild" value=""/>
|
|
</properties>
|
|
<testcase name="initTestCase" classname="tst_Warnings" time="@TEST_DURATION@"/>
|
|
<testcase name="testWarnings" classname="tst_Warnings" time="@TEST_DURATION@">
|
|
<system-out>
|
|
<![CDATA[Debug]]>
|
|
<![CDATA[Debug]]>
|
|
<![CDATA[Info]]>
|
|
<![CDATA[Info]]>
|
|
<![CDATA[Baba]]>
|
|
<![CDATA[Baba]]>
|
|
<![CDATA[Bubublabla]]>
|
|
</system-out>
|
|
<system-err>
|
|
<![CDATA[Warning]]>
|
|
<![CDATA[Warning]]>
|
|
<![CDATA[Babablabla]]>
|
|
</system-err>
|
|
</testcase>
|
|
<testcase name="testMissingWarnings" classname="tst_Warnings" time="@TEST_DURATION@">
|
|
<failure type="fail" message="Not all expected messages were received"/>
|
|
<system-out>
|
|
<![CDATA[Did not receive message: "Warning0"]]>
|
|
<![CDATA[Did not receive message: "Warning1"]]>
|
|
</system-out>
|
|
</testcase>
|
|
<testcase name="testMissingWarningsRegularExpression" classname="tst_Warnings" time="@TEST_DURATION@">
|
|
<failure type="fail" message="Not all expected messages were received"/>
|
|
<system-out>
|
|
<![CDATA[Did not receive any message matching: "Warning\s\d"]]>
|
|
</system-out>
|
|
</testcase>
|
|
<testcase name="testMissingWarningsWithData(first row)" classname="tst_Warnings" time="@TEST_DURATION@">
|
|
<failure type="fail" message="Not all expected messages were received"/>
|
|
<system-out>
|
|
<![CDATA[Did not receive message: "Warning0"]]>
|
|
<![CDATA[Did not receive message: "Warning1"]]>
|
|
</system-out>
|
|
</testcase>
|
|
<testcase name="testMissingWarningsWithData(second row)" classname="tst_Warnings" time="@TEST_DURATION@">
|
|
<failure type="fail" message="Not all expected messages were received"/>
|
|
<system-out>
|
|
<![CDATA[Did not receive message: "Warning0"]]>
|
|
<![CDATA[Did not receive message: "Warning1"]]>
|
|
</system-out>
|
|
</testcase>
|
|
<testcase name="cleanupTestCase" classname="tst_Warnings" time="@TEST_DURATION@"/>
|
|
</testsuite>
|