diff options
author | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2022-07-26 10:52:07 +0200 |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2022-07-26 12:20:24 +0200 |
commit | aaab3d747b9144fe078b2e591e2c2c4e7f2d0097 (patch) | |
tree | 90e847d68e88e61a776da48c0d1283ea3fd0c4d0 | |
parent | 6552cc751239893e7986826bbc82f550b50b23c3 (diff) | |
download | qtlocation-aaab3d747b9144fe078b2e591e2c2c4e7f2d0097.tar.gz |
Remove expectFail again from passing test
The test passes locally and has XPASSed in CI as well.
Change-Id: I27b0041a3233793827cc3dd7271e6def7482e714
Reviewed-by: Doris Verria <doris.verria@qt.io>
-rw-r--r-- | tests/auto/declarative_ui/tst_map_keepgrab.qml | 4 |
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) } |