aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-07-26 16:51:21 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-26 08:57:44 +0200
commit6de20bbeb322f949faf79cdb89230db5066981b5 (patch)
treed8825e73a2758b123a56c762f6170e268b9f5c90 /tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
parent419296133aa68a317838e047b22513f1e5508b47 (diff)
Remove QSKIP from snapOneItem() test
Past test failures are likely to have been caused by mouse events passing over from previous tests and causing a double click rather than a press for a flick. This should pass now as QQuickViewTestUtil::flick() now calls QTest::mouseMove() instead of sending MouseMove events to the window. Task-number: QTBUG-24338 Change-Id: I68f7f3f91d189ed3ead01c8646570c39ba86f1d4 Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquicklistview/tst_qquicklistview.cpp')
-rw-r--r--tests/auto/quick/qquicklistview/tst_qquicklistview.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
index 0ca2c6a679..18b4553135 100644
--- a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
+++ b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
@@ -5277,11 +5277,6 @@ void tst_QQuickListView::snapOneItem()
QFETCH(qreal, endExtent);
QFETCH(qreal, startExtent);
-#ifdef Q_OS_MAC
- // This test seems to be unreliable - different test data fails on different runs
- QSKIP("QTBUG-24338");
-#endif
-
QQuickView *window = getView();
window->setSource(testFileUrl("snapOneItem.qml"));