14 lines
548 B
Plaintext
14 lines
548 B
Plaintext
|
<?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. This should skip all tests in the class." type="skip" -->
|
||
|
</testcase>
|
||
|
<system-err>
|
||
|
<![CDATA[Skip inside initTestCase. This should skip all tests in the class.]]>
|
||
|
</system-err>
|
||
|
</testsuite>
|