changeset 5 | 453da2cfceef |
parent 4 | 90517678cc4f |
child 11 | 06b8e2af4411 |
--- a/qtmobility/tests/auto/qlatin1constant/tst_qlatin1constant.cpp Mon May 03 13:18:40 2010 +0300 +++ b/qtmobility/tests/auto/qlatin1constant/tst_qlatin1constant.cpp Fri May 14 16:41:33 2010 +0300 @@ -168,6 +168,9 @@ QVERIFY(z == z2); QVERIFY(z2 == z); + QVERIFY(z != z3); + QVERIFY(z3 != z); + // Now make sure that the length is taken into account QVERIFY(b != bb2); QVERIFY(bb2 != b);