qt5base-lts/tests/auto/testlib/selftests/expected_skipcleanup.xunitxml
Jason McDonald 95d0b27711 testlib: Add selftests for skip and fail inside cleanupTestCase().
Change-Id: I9bbe774c3259338d452cd1eb1a6f37a85db15921
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2012-02-09 04:07:33 +01:00

16 lines
571 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<testsuite errors="1" failures="0" tests="3" name="tst_SkipCleanup">
<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="aTestFunction"/>
<testcase name="cleanupTestCase">
<!-- message="Skip inside cleanupTestCase." type="skip" -->
</testcase>
<system-err>
<![CDATA[Skip inside cleanupTestCase.]]>
</system-err>
</testsuite>