summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_geoshape/tst_locationsingleton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_geoshape/tst_locationsingleton.qml')
-rw-r--r--tests/auto/declarative_geoshape/tst_locationsingleton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative_geoshape/tst_locationsingleton.qml b/tests/auto/declarative_geoshape/tst_locationsingleton.qml
index 4b0a55ae..e38e4ec7 100644
--- a/tests/auto/declarative_geoshape/tst_locationsingleton.qml
+++ b/tests/auto/declarative_geoshape/tst_locationsingleton.qml
@@ -204,7 +204,7 @@ Item {
function test_path_operations() {
compare(mapPolyline.path[1].latitude, -27)
compare(mapPolyline.path[1].longitude, 154.1)
- compare(mapPolyline.coordinateAt(1), QtPositioning.coordinate(27, 154.1))
+ compare(mapPolyline.coordinateAt(1), QtPositioning.coordinate(-27, 154.1))
compare(mapPolyline.path.length, mapPolyline.pathLength())
mapPolyline.removeCoordinate(1);