Remove QSKIP from snapOneItem() test
authorBea Lam <bea.lam@nokia.com>
Thu, 26 Jul 2012 06:51:21 +0000 (16:51 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 26 Jul 2012 06:57:44 +0000 (08:57 +0200)
commit6de20bbeb322f949faf79cdb89230db5066981b5
treed8825e73a2758b123a56c762f6170e268b9f5c90
parent419296133aa68a317838e047b22513f1e5508b47
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>
tests/auto/quick/qquicklistview/tst_qquicklistview.cpp