| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotilespec/ |
| H A D | tst_qgeotilespec.cpp | 94 QGeoTileSpec testObj2(testObj); in constructorTest() local 95 QCOMPARE(testObj.plugin(), testObj2.plugin()); in constructorTest() 96 QCOMPARE(testObj.mapId(), testObj2.mapId()); in constructorTest() 97 QCOMPARE(testObj.zoom(), testObj2.zoom()); in constructorTest() 98 QCOMPARE(testObj.x(), testObj2.x()); in constructorTest() 99 QCOMPARE(testObj.y(), testObj2.y()); in constructorTest() 186 QGeoTileSpec testObj2; in assignsOperatorTest() local 187 testObj2 = testObj; in assignsOperatorTest() 189 QVERIFY2(testObj2.plugin() == plugin, "Plugin not copied correctly"); in assignsOperatorTest() 190 QVERIFY2(testObj2.zoom() == zoom, "Zoom not copied correctly"); in assignsOperatorTest() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchrequest/ |
| H A D | tst_qplacesearchrequest.cpp | 190 QPlaceSearchRequest testObj2; in operatorsTest() local 191 testObj2 = testObj; in operatorsTest() 192 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest() 193 testObj2.setSearchTerm(QStringLiteral("abc")); in operatorsTest() 194 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest() 195 testObj2.setSearchTerm(QStringLiteral("testValue")); in operatorsTest() 196 QVERIFY(testObj == testObj2); in operatorsTest() 204 testObj2.setSearchArea(b2); in operatorsTest() 205 QVERIFY2(testObj == testObj2, "Identical box areas are not identified as matching"); in operatorsTest() 208 testObj2.setSearchArea(b3); in operatorsTest() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceattribute/ |
| H A D | tst_qplaceattribute.cpp | 69 QPlaceAttribute testObj2; in operatorsTest() local 70 testObj2 = testObj; in operatorsTest() 71 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest() 72 testObj2.setText(QStringLiteral("text")); in operatorsTest() 73 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceratings/ |
| H A D | tst_qplaceratings.cpp | 88 QPlaceRatings testObj2; in operatorsTest() local 89 testObj2 = testObj; in operatorsTest() 90 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest() 91 testObj2.setCount(-10); in operatorsTest() 92 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceeditorial/ |
| H A D | tst_qplaceeditorial.cpp | 151 QPlaceEditorial testObj2; in operatorsTest() local 152 testObj2 = testObj; in operatorsTest() 153 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest() 154 testObj2.setText("testValue2"); in operatorsTest() 155 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacecategory/ |
| H A D | tst_qplacecategory.cpp | 100 QPlaceCategory testObj2; in operatorsTest() local 101 testObj2 = testObj; in operatorsTest() 102 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest() 103 testObj2.setCategoryId("a3rfg"); in operatorsTest() 104 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceimage/ |
| H A D | tst_qplaceimage.cpp | 152 QPlaceImage testObj2; in operatorsTest() local 153 testObj2 = testObj; in operatorsTest() 154 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest() 155 testObj2.setImageId("testValue2"); in operatorsTest() 156 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesupplier/ |
| H A D | tst_qplacesupplier.cpp | 121 QPlaceSupplier testObj2; in operatorsTest() local 122 testObj2 = testObj; in operatorsTest() 123 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest() 124 testObj2.setSupplierId(QStringLiteral("testValue2")); in operatorsTest() 125 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceperiod/ |
| H A D | tst_qplaceperiod.cpp | 107 QPlacePeriod testObj2; in operatorsTest() local 108 testObj2 = testObj; in operatorsTest() 109 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest() 111 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacereview/ |
| H A D | tst_qplacereview.cpp | 171 QPlaceReview testObj2; in operatorsTest() local 172 testObj2 = testObj; in operatorsTest() 173 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest() 174 testObj2.setLanguage("testValue2"); in operatorsTest() 175 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoaddress/ |
| H A D | tst_qgeoaddress.cpp | 506 QGeoAddress testObj2; in operatorsTest() local 507 testObj2 = testObj; in operatorsTest() 508 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest() 509 testObj2.setCountry("testValue2"); in operatorsTest() 510 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/ |
| H A D | tst_qplace.cpp | 498 QPlace testObj2; in operatorsTest() local 499 testObj2 = testObj; in operatorsTest() 500 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest() 501 testObj2.setPlaceId("342-456"); in operatorsTest() 502 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
|