summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/expected_skipinit.xunitxml
blob: 848b53937a8351a3d5e3572c0c1a6aa3bf0b828c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite errors="1" failures="0" tests="2" name="tst_SkipInit">
  <properties>
    <property value="4.6.3" name="QTestVersion"/>
    <property value="4.6.3" name="QtVersion"/>
  </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>