38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
********* Start testing of tst_StrCmp *********
|
|
Config: Using QTest library 4.3.0, Qt 4.3.0
|
|
PASS : tst_StrCmp::initTestCase()
|
|
PASS : tst_StrCmp::compareCharStars()
|
|
XFAIL : tst_StrCmp::compareByteArray() Next test should fail
|
|
Loc: [./tst_strcmp.cpp(55)]
|
|
XFAIL : tst_StrCmp::compareByteArray() Next test should fail
|
|
Loc: [./tst_strcmp.cpp(62)]
|
|
XFAIL : tst_StrCmp::compareByteArray() Next test should fail
|
|
Loc: [./tst_strcmp.cpp(69)]
|
|
FAIL! : tst_StrCmp::compareByteArray() Compared values are not the same
|
|
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 ...
|
|
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 ...
|
|
Loc: [./tst_strcmp.cpp(76)]
|
|
FAIL! : tst_StrCmp::failByteArray() Compared values are not the same
|
|
Actual (QByteArray("abc")): 61 62 63
|
|
Expected (QByteArray("cba")): 63 62 61
|
|
Loc: [./tst_strcmp.cpp(82)]
|
|
FAIL! : tst_StrCmp::failByteArrayNull() Compared values are not the same
|
|
Actual (QByteArray("foo")): 66 6F 6F
|
|
Expected (QByteArray()):
|
|
Loc: [./tst_strcmp.cpp(88)]
|
|
FAIL! : tst_StrCmp::failByteArrayEmpty() Compared values are not the same
|
|
Actual (QByteArray("")):
|
|
Expected (QByteArray("foo")): 66 6F 6F
|
|
Loc: [./tst_strcmp.cpp(93)]
|
|
FAIL! : tst_StrCmp::failByteArraySingleChars() Compared values are not the same
|
|
Actual (QByteArray("6")): 36
|
|
Expected (QByteArray("7")): 37
|
|
Loc: [./tst_strcmp.cpp(100)]
|
|
PASS : tst_StrCmp::cleanupTestCase()
|
|
Totals: 3 passed, 5 failed, 0 skipped
|
|
********* Finished testing of tst_StrCmp *********
|