tests/auto/selftests/expected_strcmp.lightxml
changeset 23 89e065397ea6
child 25 e24348a560a6
equal deleted inserted replaced
22:79de32ba3296 23:89e065397ea6
       
     1 <Environment>
       
     2     <QtVersion>4.6.3</QtVersion>
       
     3     <QTestVersion>4.6.3</QTestVersion>
       
     4 </Environment>
       
     5 <TestFunction name="initTestCase">
       
     6 <Incident type="pass" file="" line="0"/>
       
     7 </TestFunction>
       
     8 <TestFunction name="compareCharStars">
       
     9 <Incident type="pass" file="" line="0"/>
       
    10 </TestFunction>
       
    11 <TestFunction name="compareByteArray">
       
    12 <Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/strcmp/tst_strcmp.cpp" line="88">
       
    13     <Description><![CDATA[Next test should fail]]></Description>
       
    14     <Description><![CDATA[Next test should fail]]></Description>
       
    15     <Description><![CDATA[Next test should fail]]></Description>
       
    16     <Description><![CDATA[Compared values are not the same
       
    17    Actual (a): 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 ...
       
    18    Expected (b): 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 ...]]></Description>
       
    19 </Incident>
       
    20 </TestFunction>
       
    21 <TestFunction name="failByteArray">
       
    22 <Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/strcmp/tst_strcmp.cpp" line="115">
       
    23     <Description><![CDATA[Compared values are not the same
       
    24    Actual (QByteArray("abc")): 61 62 63
       
    25    Expected (QByteArray("cba")): 63 62 61]]></Description>
       
    26 </Incident>
       
    27 </TestFunction>
       
    28 <TestFunction name="failByteArrayNull">
       
    29 <Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/strcmp/tst_strcmp.cpp" line="121">
       
    30     <Description><![CDATA[Compared values are not the same
       
    31    Actual (QByteArray("foo")): 66 6F 6F
       
    32    Expected (QByteArray()): ]]></Description>
       
    33 </Incident>
       
    34 </TestFunction>
       
    35 <TestFunction name="failByteArrayEmpty">
       
    36 <Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/strcmp/tst_strcmp.cpp" line="126">
       
    37     <Description><![CDATA[Compared values are not the same
       
    38    Actual (QByteArray("")): 
       
    39    Expected (QByteArray("foo")): 66 6F 6F]]></Description>
       
    40 </Incident>
       
    41 </TestFunction>
       
    42 <TestFunction name="failByteArraySingleChars">
       
    43 <Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/strcmp/tst_strcmp.cpp" line="133">
       
    44     <Description><![CDATA[Compared values are not the same
       
    45    Actual (QByteArray("6")): 36
       
    46    Expected (QByteArray("7")): 37]]></Description>
       
    47 </Incident>
       
    48 </TestFunction>
       
    49 <TestFunction name="cleanupTestCase">
       
    50 <Incident type="pass" file="" line="0"/>
       
    51 </TestFunction>