tst_QQuickPathView::mouseDrag(): Skip on Windows if drag fails to start.
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Thu, 26 Feb 2015 15:20:43 +0000 (16:20 +0100)
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Wed, 11 Mar 2015 21:08:41 +0000 (21:08 +0000)
commita99707bcbed3eaace95c21836ce1b4d58452e9d5
tree71d462557acec873a5eced67e66255e1623614ab
parentd1c5f134bd455c7af42a4a912e74ad0f97f21346
tst_QQuickPathView::mouseDrag(): Skip on Windows if drag fails to start.

The test can be thrown off by external mouse move events which
influence the calculation of the drag distances. It is not clear where
they originate from on the CI.

FAIL!  : tst_QQuickPathView::mouseDrag() 'pathview->isMoving()' returned FALSE. ()
tst_qquickpathview.cpp(1506) : failure location

Change-Id: I398304b5597579033df81e1d0d32b2a3ab5516d6
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
tests/auto/quick/qquickpathview/tst_qquickpathview.cpp