summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skipinit.xunitxml
blob: bab08c375c28e999624a322554a4d8ef57fd8313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite errors="1" failures="0" tests="2" name="tst_SkipInit">
  <properties>
    <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
    <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
    <property value="" name="QtBuild"/>
  </properties>
  <testcase name="initTestCase">
    <!-- message="Skip inside initTestCase. This should skip all tests in the class." type="skip" -->
  </testcase>
  <testcase result="pass" name="cleanupTestCase"/>
  <system-err>
<![CDATA[Skip inside initTestCase. This should skip all tests in the class.]]>
  </system-err>
</testsuite>