qtmobility/tests/auto/qlatin1constant/tst_qlatin1constant.cpp
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
   166 
   166 
   167     QVERIFY(z == z);
   167     QVERIFY(z == z);
   168     QVERIFY(z == z2);
   168     QVERIFY(z == z2);
   169     QVERIFY(z2 == z);
   169     QVERIFY(z2 == z);
   170 
   170 
       
   171     QVERIFY(z != z3);
       
   172     QVERIFY(z3 != z);
       
   173 
   171     // Now make sure that the length is taken into account
   174     // Now make sure that the length is taken into account
   172     QVERIFY(b != bb2);
   175     QVERIFY(b != bb2);
   173     QVERIFY(bb2 != b);
   176     QVERIFY(bb2 != b);
   174     QVERIFY(a != z);
   177     QVERIFY(a != z);
   175     QVERIFY(z != a);
   178     QVERIFY(z != a);