From b7c7fc30fb9273936426914d78d1bf0d64314fe4 Mon Sep 17 00:00:00 2001 From: Kari Oikarinen Date: Wed, 9 May 2018 13:50:22 +0300 Subject: Expect failure in failing test in declarative_geoshape::GeoPath path The test is failing and based on the comment it seems expected at the moment. Change-Id: I4a484c608a41558826ad3b0c16c2e8338b58a2a5 Reviewed-by: Alex Blasche --- tests/auto/declarative_geoshape/tst_locationsingleton.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/auto/declarative_geoshape/tst_locationsingleton.qml b/tests/auto/declarative_geoshape/tst_locationsingleton.qml index 645aedb6..3d6a9f9c 100644 --- a/tests/auto/declarative_geoshape/tst_locationsingleton.qml +++ b/tests/auto/declarative_geoshape/tst_locationsingleton.qml @@ -310,7 +310,8 @@ Item { geopath.path[0].longitude = 11.0 compare(geopath.path.length, trace2.length) compare(geopath.coordinateAt(0).latitude, trace2[0].latitude) - compare(geopath.coordinateAt(0).longitude, 11) // This fails + expectFail("", "Longitude comparison fails") + compare(geopath.coordinateAt(0).longitude, 11) } } } -- cgit v1.2.1