blob: 724aed59e74aaa29389ed2331cb6f4b8827a08c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite errors="8" failures="5" tests="5" name="tst_BadXml">
<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="fail" name="badDataTag">
<!-- tag="end cdata ]]> text ]]> more text" message="a message" type="qdebug" -->
<failure tag="end cdata ]]> text ]]> more text" message="a failure" result="fail"/>
<!-- tag="quotes " text" more text" message="a message" type="qdebug" -->
<failure tag="quotes " text" more text" message="a failure" result="fail"/>
<!-- tag="xml close > open < tags < text" message="a message" type="qdebug" -->
<failure tag="xml close > open < tags < text" message="a failure" result="fail"/>
<!-- tag="all > " mixed ]]> up > " in < the ]]> hopes < of triggering "< ]]> bugs" message="a message" type="qdebug" -->
<failure tag="all > " mixed ]]> up > " in < the ]]> hopes < of triggering "< ]]> bugs" message="a failure" result="fail"/>
</testcase>
<testcase result="pass" name="badMessage">
<!-- tag="string 0" message="end cdata ]]> text ]]> more text" type="qdebug" -->
<!-- tag="string 1" message="quotes " text" more text" type="qdebug" -->
<!-- tag="string 2" message="xml close > open < tags < text" type="qdebug" -->
<!-- tag="string 3" message="all > " mixed ]]> up > " in < the ]]> hopes < of triggering "< ]]> bugs" type="qdebug" -->
</testcase>
<testcase result="fail" name="failWithNoFile">
<failure message="failure message" result="fail"/>
</testcase>
<testcase result="pass" name="cleanupTestCase"/>
<system-err>
<![CDATA[a message]]>
<![CDATA[a message]]>
<![CDATA[a message]]>
<![CDATA[a message]]>
<![CDATA[end cdata ]]]><![CDATA[]> text ]]]><![CDATA[]> more text]]>
<![CDATA[quotes " text" more text]]>
<![CDATA[xml close > open < tags < text]]>
<![CDATA[all > " mixed ]]]><![CDATA[]> up > " in < the ]]]><![CDATA[]> hopes < of triggering "< ]]]><![CDATA[]> bugs]]>
</system-err>
</testsuite>
|