author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 02 Sep 2010 21:20:32 +0300 | |
changeset 34 | a33bf25e6f72 |
parent 30 | 5dc02b23752f |
permissions | -rw-r--r-- |
0 | 1 |
********* Start testing of tst_Cmptest ********* |
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
23
diff
changeset
|
2 |
Config: Using QTest library 4.7.0, Qt 4.7.0 |
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) |
|
23
89e065397ea6
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
18
diff
changeset
|
9 |
Loc: [/home/user/depot/qt/master/tests/auto/selftests/cmptest/tst_cmptest.cpp(122)] |
0 | 10 |
FAIL! : tst_Cmptest::compare_tostring(null hash, invalid) Compared values are not the same |
11 |
Actual (actual): QVariant(QVariantHash) |
|
12 |
Expected (expected): QVariant() |
|
23
89e065397ea6
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
18
diff
changeset
|
13 |
Loc: [/home/user/depot/qt/master/tests/auto/selftests/cmptest/tst_cmptest.cpp(122)] |
0 | 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) |
|
23
89e065397ea6
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
18
diff
changeset
|
17 |
Loc: [/home/user/depot/qt/master/tests/auto/selftests/cmptest/tst_cmptest.cpp(122)] |
0 | 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>) |
|
23
89e065397ea6
Revision: 201019
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
18
diff
changeset
|
21 |
Loc: [/home/user/depot/qt/master/tests/auto/selftests/cmptest/tst_cmptest.cpp(122)] |
0 | 22 |
PASS : tst_Cmptest::cleanupTestCase() |
23 |
Totals: 4 passed, 4 failed, 0 skipped |
|
24 |
********* Finished testing of tst_Cmptest ********* |