2011-04-27 10:05:43 +00:00
|
|
|
********* Start testing of tst_StrCmp *********
|
2013-05-26 10:38:58 +00:00
|
|
|
Config: Using QtTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@
|
2011-04-27 10:05:43 +00:00
|
|
|
PASS : tst_StrCmp::initTestCase()
|
|
|
|
PASS : tst_StrCmp::compareCharStars()
|
|
|
|
XFAIL : tst_StrCmp::compareByteArray() Next test should fail
|
2014-01-02 13:58:22 +00:00
|
|
|
Loc: [tst_strcmp.cpp(88)]
|
2011-04-27 10:05:43 +00:00
|
|
|
XFAIL : tst_StrCmp::compareByteArray() Next test should fail
|
2014-01-02 13:58:22 +00:00
|
|
|
Loc: [tst_strcmp.cpp(95)]
|
2011-04-27 10:05:43 +00:00
|
|
|
XFAIL : tst_StrCmp::compareByteArray() Next test should fail
|
2014-01-02 13:58:22 +00:00
|
|
|
Loc: [tst_strcmp.cpp(102)]
|
2011-04-27 10:05:43 +00:00
|
|
|
FAIL! : tst_StrCmp::compareByteArray() Compared values are not the same
|
2012-03-08 01:30:10 +00:00
|
|
|
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 ...
|
2011-04-27 10:05:43 +00:00
|
|
|
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 ...
|
2014-01-02 13:58:22 +00:00
|
|
|
Loc: [tst_strcmp.cpp(109)]
|
2011-04-27 10:05:43 +00:00
|
|
|
FAIL! : tst_StrCmp::failByteArray() Compared values are not the same
|
2012-03-08 01:30:10 +00:00
|
|
|
Actual (QByteArray("abc")): 61 62 63
|
2011-04-27 10:05:43 +00:00
|
|
|
Expected (QByteArray("cba")): 63 62 61
|
2014-01-02 13:58:22 +00:00
|
|
|
Loc: [tst_strcmp.cpp(115)]
|
2011-04-27 10:05:43 +00:00
|
|
|
FAIL! : tst_StrCmp::failByteArrayNull() Compared values are not the same
|
2012-03-08 01:30:10 +00:00
|
|
|
Actual (QByteArray("foo")): 66 6F 6F
|
2013-07-01 22:58:40 +00:00
|
|
|
Expected (QByteArray()) :
|
2014-01-02 13:58:22 +00:00
|
|
|
Loc: [tst_strcmp.cpp(121)]
|
2011-04-27 10:05:43 +00:00
|
|
|
FAIL! : tst_StrCmp::failByteArrayEmpty() Compared values are not the same
|
2013-07-01 22:58:40 +00:00
|
|
|
Actual (QByteArray("")) :
|
2011-04-27 10:05:43 +00:00
|
|
|
Expected (QByteArray("foo")): 66 6F 6F
|
2014-01-02 13:58:22 +00:00
|
|
|
Loc: [tst_strcmp.cpp(126)]
|
2011-04-27 10:05:43 +00:00
|
|
|
FAIL! : tst_StrCmp::failByteArraySingleChars() Compared values are not the same
|
2012-03-08 01:30:10 +00:00
|
|
|
Actual (QByteArray("6")): 36
|
2011-04-27 10:05:43 +00:00
|
|
|
Expected (QByteArray("7")): 37
|
2014-01-02 13:58:22 +00:00
|
|
|
Loc: [tst_strcmp.cpp(133)]
|
2011-04-27 10:05:43 +00:00
|
|
|
PASS : tst_StrCmp::cleanupTestCase()
|
2014-09-15 13:39:36 +00:00
|
|
|
Totals: 3 passed, 5 failed, 0 skipped, 0 blacklisted
|
2011-04-27 10:05:43 +00:00
|
|
|
********* Finished testing of tst_StrCmp *********
|