summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_ui/tst_map_keepgrab.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_ui/tst_map_keepgrab.qml')
-rw-r--r--tests/auto/declarative_ui/tst_map_keepgrab.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/declarative_ui/tst_map_keepgrab.qml b/tests/auto/declarative_ui/tst_map_keepgrab.qml
index c405b1a0..fa271576 100644
--- a/tests/auto/declarative_ui/tst_map_keepgrab.qml
+++ b/tests/auto/declarative_ui/tst_map_keepgrab.qml
@@ -113,15 +113,11 @@ Item {
flick() //flick flickable
tryCompare(flickStartedSpy,"count",1)
pan() //pan map
- expectFail("", "Changes in QtQuick break this test")
tryCompare(flickStartedSpy,"count",2) // both directions
tryCompare(flickEndedSpy,"count",1)
- expectFail("", "Changes in QtQuick break this test")
tryCompare(mapPanStartedSpy,"count", 0)
- expectFail("", "Changes in QtQuick break this test")
tryCompare(mapPanFinishedSpy,"count", 0)
//map should not change
- expectFail("", "Changes in QtQuick break this test")
verify(center == map.center)
}