blob: b761debff2f34f8580a9d02f4d1b761c8fea0012 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite errors="1" failures="0" tests="1" name="tst_SkipInitData">
<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>
<system-err>
<![CDATA[Skip inside initTestCase. This should skip all tests in the class.]]>
</system-err>
</testsuite>
|