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