summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_findtestdata.xunitxml
blob: c1138da6cbc32d0632a7a835da0e73155f0f0b5e (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="FindTestData">
  <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="paths">
    <!-- message="testdata testfile could not be located!" type="warn" -->
  </testcase>
  <testcase result="pass" name="cleanupTestCase"/>
  <system-err>
<![CDATA[testdata testfile could not be located!]]>
  </system-err>
</testsuite>