From 6de20bbeb322f949faf79cdb89230db5066981b5 Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Thu, 26 Jul 2012 16:51:21 +1000 Subject: 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 --- tests/auto/quick/qquicklistview/tst_qquicklistview.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/auto/quick/qquicklistview/tst_qquicklistview.cpp') 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")); -- cgit v1.2.3