summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_singleskip.xunitxml
blob: 70968fa1c4037340fe0acbc43f4895b44ab4d868 (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="3" name="tst_SingleSkip">
  <properties>
    <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
    <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
  </properties>
  <testcase result="pass" name="initTestCase"/>
  <testcase name="myTest">
    <!-- message="skipping test" type="skip" -->
  </testcase>
  <testcase result="pass" name="cleanupTestCase"/>
  <system-err>
<![CDATA[skipping test]]>
  </system-err>
</testsuite>