##// END OF EJS Templates
Try to fix pie hover test errors when running in bamboo...
Jani Honkonen -
r1128:f35949e3240a
parent child
Show More
@@ -304,6 +304,7 void tst_qpieseries::hoverSignal()
304
304
305 // first move to right top corner
305 // first move to right top corner
306 QTest::mouseMove(view.viewport(), QPoint(200, 0));
306 QTest::mouseMove(view.viewport(), QPoint(200, 0));
307 QCoreApplication::processEvents(QEventLoop::AllEvents, 1000);
307
308
308 // move inside the slice
309 // move inside the slice
309 // pie rectangle: QRectF(60,60 121x121)
310 // pie rectangle: QRectF(60,60 121x121)
@@ -243,6 +243,7 void tst_qpieslice::mouseHover()
243
243
244 // first move to right top corner
244 // first move to right top corner
245 QTest::mouseMove(view.viewport(), QPoint(200, 0));
245 QTest::mouseMove(view.viewport(), QPoint(200, 0));
246 QCoreApplication::processEvents(QEventLoop::AllEvents, 1000);
246
247
247 // move inside slice rectangle but NOT the actual slice
248 // move inside slice rectangle but NOT the actual slice
248 // pie rectangle: QRectF(60,60 121x121)
249 // pie rectangle: QRectF(60,60 121x121)
General Comments 0
You need to be logged in to leave comments. Login now