Removing XFail from one test, since QCursor::setPos now works for qpa

Task-number: QTBUG-20753

Change-Id: I0e381f22f6d94c5991ac3425f75e682708857aa2
Reviewed-on: http://codereview.qt-project.org/5139
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jo Asplin <jo.asplin@nokia.com>
bb10
Holger Ihrig 2011-09-19 13:40:00 +02:00 committed by Qt by Nokia
parent df5111165e
commit 86ad092dff
1 changed files with 0 additions and 4 deletions

View File

@ -1245,10 +1245,6 @@ void tst_QAbstractItemView::task200665_itemEntered()
QSignalSpy spy(&view, SIGNAL(entered(QModelIndex)));
view.verticalScrollBar()->setValue(view.verticalScrollBar()->maximum());
#ifdef Q_WS_QPA
QEXPECT_FAIL("", "QTBUG-20753 QCursor::setPos() is broken for QPA", Continue);
#endif
QCOMPARE(spy.count(), 1);
}