tests/auto/selftests/expected_xunit.xml
branchRCL_3
changeset 14 c0432d11811c
child 25 e24348a560a6
equal deleted inserted replaced
13:cc75c76972ee 14:c0432d11811c
       
     1 <?xml version="1.0" encoding="ISO-8859-1"?>
       
     2 <TestCase name="tst_Xunit">
       
     3 <Environment>
       
     4     <QtVersion>4.6.3</QtVersion>
       
     5     <QTestVersion>4.6.3</QTestVersion>
       
     6 </Environment>
       
     7 <TestFunction name="initTestCase">
       
     8 <Incident type="pass" file="" line="0" />
       
     9 </TestFunction>
       
    10 <TestFunction name="testFunc1">
       
    11 <Message type="warn" file="" line="0">
       
    12     <Description><![CDATA[just a QWARN() !]]></Description>
       
    13 </Message>
       
    14 <Incident type="pass" file="" line="0" />
       
    15 </TestFunction>
       
    16 <TestFunction name="testFunc2">
       
    17 <Message type="qdebug" file="" line="0">
       
    18     <Description><![CDATA[a qDebug() call with comment-ending stuff -->]]></Description>
       
    19 </Message>
       
    20 <Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/xunit/tst_xunit.cpp" line="74">
       
    21     <Description><![CDATA[Compared values are not the same
       
    22    Actual (2): 2
       
    23    Expected (3): 3]]></Description>
       
    24 </Incident>
       
    25 </TestFunction>
       
    26 <TestFunction name="testFunc3">
       
    27 <Message type="skip" file="/local/user_builds/qt/4.6/tests/auto/selftests/xunit/tst_xunit.cpp" line="79">
       
    28     <Description><![CDATA[skipping this function!]]></Description>
       
    29 </Message>
       
    30 </TestFunction>
       
    31 <TestFunction name="testFunc4">
       
    32 <Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/xunit/tst_xunit.cpp" line="84">
       
    33     <Description><![CDATA[a forced failure!]]></Description>
       
    34 </Incident>
       
    35 </TestFunction>
       
    36 <TestFunction name="testFunc5">
       
    37 <Incident type="xfail" file="/local/user_builds/qt/4.6/tests/auto/selftests/xunit/tst_xunit.cpp" line="98">
       
    38     <Description><![CDATA[this failure is expected]]></Description>
       
    39 </Incident>
       
    40 <Incident type="pass" file="" line="0" />
       
    41 </TestFunction>
       
    42 <TestFunction name="testFunc6">
       
    43 <Incident type="xfail" file="/local/user_builds/qt/4.6/tests/auto/selftests/xunit/tst_xunit.cpp" line="104">
       
    44     <Description><![CDATA[this failure is also expected]]></Description>
       
    45 </Incident>
       
    46 <Incident type="pass" file="" line="0" />
       
    47 </TestFunction>
       
    48 <TestFunction name="testFunc7">
       
    49 <Incident type="xpass" file="/local/user_builds/qt/4.6/tests/auto/selftests/xunit/tst_xunit.cpp" line="110">
       
    50     <Description><![CDATA['true' returned FALSE. ()]]></Description>
       
    51 </Incident>
       
    52 </TestFunction>
       
    53 <TestFunction name="cleanupTestCase">
       
    54 <Incident type="pass" file="" line="0" />
       
    55 </TestFunction>
       
    56 </TestCase>