summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skipcleanup.xunitxml
blob: 9934584ec52848a7c7c8129b366e05a073c41050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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"/>
    <property value="" name="QtBuild"/>
  </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>