tests/auto/selftests/expected_fetchbogus.xunitxml
branchGCC_SURGE
changeset 31 5daf16870df6
parent 25 e24348a560a6
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
       
     1 <?xml version="1.0" encoding="UTF-8" ?>
       
     2 <testsuite errors="1" failures="1" tests="2" name="tst_FetchBogus">
       
     3   <properties>
       
     4     <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
       
     5     <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
       
     6   </properties>
       
     7   <testcase result="pass" name="initTestCase"/>
       
     8   <testcase result="fail" name="fetchBogus">
       
     9     <!-- tag="foo" message="QFETCH: Requested testdata &apos;bubu&apos; not available, check your _data function." type="qfatal" -->
       
    10     <failure tag="foo" message="Received a fatal error." result="fail"/>
       
    11   </testcase>
       
    12   <system-err>
       
    13 <![CDATA[QFETCH: Requested testdata 'bubu' not available, check your _data function.]]>
       
    14   </system-err>
       
    15 </testsuite>