16 lines
596 B
Plaintext
16 lines
596 B
Plaintext
|
<?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"/>
|
||
|
</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>
|