author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 3 | 41300fa6a67c |
child 7 | 3f74d0d4af4c |
permissions | -rw-r--r-- |
0 | 1 |
********* Start testing of tst_Cmptest ********* |
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
2 |
Config: Using QTest library 4.6.2, Qt 4.6.2 |
0 | 3 |
PASS : tst_Cmptest::initTestCase() |
4 |
PASS : tst_Cmptest::compare_boolfuncs() |
|
5 |
PASS : tst_Cmptest::compare_pointerfuncs() |
|
6 |
FAIL! : tst_Cmptest::compare_tostring(int, string) Compared values are not the same |
|
7 |
Actual (actual): QVariant(int,123) |
|
8 |
Expected (expected): QVariant(QString,hi) |
|
9 |
Loc: [/home/rmcgover/depot/qt/master/tests/auto/selftests/cmptest/tst_cmptest.cpp(122)] |
|
10 |
FAIL! : tst_Cmptest::compare_tostring(null hash, invalid) Compared values are not the same |
|
11 |
Actual (actual): QVariant(QVariantHash) |
|
12 |
Expected (expected): QVariant() |
|
13 |
Loc: [/home/rmcgover/depot/qt/master/tests/auto/selftests/cmptest/tst_cmptest.cpp(122)] |
|
14 |
FAIL! : tst_Cmptest::compare_tostring(string, null user type) Compared values are not the same |
|
15 |
Actual (actual): QVariant(QString,A simple string) |
|
16 |
Expected (expected): QVariant(PhonyClass) |
|
17 |
Loc: [/home/rmcgover/depot/qt/master/tests/auto/selftests/cmptest/tst_cmptest.cpp(122)] |
|
18 |
FAIL! : tst_Cmptest::compare_tostring(both non-null user type) Compared values are not the same |
|
19 |
Actual (actual): QVariant(PhonyClass,<value not representable as string>) |
|
20 |
Expected (expected): QVariant(PhonyClass,<value not representable as string>) |
|
21 |
Loc: [/home/rmcgover/depot/qt/master/tests/auto/selftests/cmptest/tst_cmptest.cpp(122)] |
|
22 |
PASS : tst_Cmptest::cleanupTestCase() |
|
23 |
Totals: 4 passed, 4 failed, 0 skipped |
|
24 |
********* Finished testing of tst_Cmptest ********* |