Add QSKIP to hoverenter-test in tst_qgraphicsproxywidget.
Task-number: QTBUG-25294 Change-Id: I7a674dc49d84c7c68a877bcf64c14e9726dd481e Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
This commit is contained in:
parent
1cf39e2610
commit
5a8d58350d
@ -983,6 +983,7 @@ void tst_QGraphicsProxyWidget::hoverEnterLeaveEvent()
|
||||
|
||||
// in
|
||||
QTest::mouseMove(&view, QPoint(50, 50));
|
||||
QSKIP("QTBUG-25294");
|
||||
QTRY_COMPARE(widget->testAttribute(Qt::WA_UnderMouse), hasWidget ? true : false);
|
||||
// ### this attribute isn't supported
|
||||
QCOMPARE(widget->enterCount, hasWidget ? 1 : 0);
|
||||
|
Loading…
Reference in New Issue
Block a user