Searched refs:retrievedBox (Results 1 – 1 of 1) sorted by relevance
129 QGeoRectangle retrievedBox = query.searchArea(); in boundingBoxTest() local130 QVERIFY2(retrievedBox.topLeft() == QGeoCoordinate(30,20), "Wrong value returned"); in boundingBoxTest()131 QVERIFY2(retrievedBox.bottomRight() == QGeoCoordinate(10,50), "Wrong value returned"); in boundingBoxTest()