summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/expected_cmptest.lightxml
blob: a6d35e47acf1942aed7c7b0a181067f34c2b3ad7 (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
<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">
    <Description><![CDATA[Compared values are not the same
   Actual (actual): QVariant(int,123)
   Expected (expected): QVariant(QString,hi)]]></Description>
    <Description><![CDATA[Compared values are not the same
   Actual (actual): QVariant(QVariantHash)
   Expected (expected): QVariant()]]></Description>
    <Description><![CDATA[Compared values are not the same
   Actual (actual): QVariant(QString,A simple string)
   Expected (expected): QVariant(PhonyClass)]]></Description>
    <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>