Home
last modified time | relevance | path

Searched refs:secondLast (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/
H A Dtst_qgeoroutexmlparser.cpp102 QGeoManeuver secondLast = segments.at(6).maneuver(); in test_realData1() local
103 QVERIFY(secondLast.instructionText().contains("Turn right onto Bartley St")); in test_realData1()
104 QCOMPARE(secondLast.position(), QGeoCoordinate(-27.4655991, 153.0231628)); in test_realData1()
105 QCOMPARE(secondLast.distanceToNextInstruction(), 181.0); in test_realData1()
106 QCOMPARE(secondLast.timeToNextInstruction(), 41); in test_realData1()