summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_cmptest.lightxml
blob: 72d1caf5f8f8fc4921defc028bd009c0a9674af3 (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
39
40
41
42
<Environment>
    <QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
    <QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
</Environment>
<TestFunction name="initTestCase">
<Incident type="pass" file="" line="0" />
</TestFunction>
<TestFunction name="compare_boolfuncs">
<Incident type="pass" file="" line="0" />
</TestFunction>
<TestFunction name="compare_pointerfuncs">
<Incident type="pass" file="" line="0" />
</TestFunction>
<TestFunction name="compare_tostring">
<Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/cmptest/tst_cmptest.cpp" line="122">
    <DataTag><![CDATA[int, string]]></DataTag>
    <Description><![CDATA[Compared values are not the same
   Actual (actual): QVariant(int,123)
   Expected (expected): QVariant(QString,hi)]]></Description>
</Incident>
<Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/cmptest/tst_cmptest.cpp" line="122">
    <DataTag><![CDATA[null hash, invalid]]></DataTag>
    <Description><![CDATA[Compared values are not the same
   Actual (actual): QVariant(QVariantHash)
   Expected (expected): QVariant()]]></Description>
</Incident>
<Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/cmptest/tst_cmptest.cpp" line="122">
    <DataTag><![CDATA[string, null user type]]></DataTag>
    <Description><![CDATA[Compared values are not the same
   Actual (actual): QVariant(QString,A simple string)
   Expected (expected): QVariant(PhonyClass)]]></Description>
</Incident>
<Incident type="fail" file="/local/user_builds/qt/4.6/tests/auto/selftests/cmptest/tst_cmptest.cpp" line="122">
    <DataTag><![CDATA[both non-null user type]]></DataTag>
    <Description><![CDATA[Compared values are not the same
   Actual (actual): QVariant(PhonyClass,<value not representable as string>)
   Expected (expected): QVariant(PhonyClass,<value not representable as string>)]]></Description>
</Incident>
</TestFunction>
<TestFunction name="cleanupTestCase">
<Incident type="pass" file="" line="0" />
</TestFunction>