summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5e37d9eb..933517b1 100644
--- a/tests/auto/declarative_geoshape/tst_locationsingleton.qml
+++ b/tests/auto/declarative_geoshape/tst_locationsingleton.qml
@@ -209,7 +209,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);