tst_qwidget: remove QEXPECT_FAIL for QTBUG-8911

QTBUG-8911 has been fixed some time ago.

Change-Id: I19dae0571b1829f6b3b797f7e0ec5c24a4241db8
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
This commit is contained in:
Joerg Bornemann 2012-07-04 12:53:29 +02:00 committed by Qt by Nokia
parent 3517949390
commit 2bd0737303

View File

@ -8905,9 +8905,6 @@ void tst_QWidget::movedAndResizedAttributes()
w.showNormal();
w.move(10,10);
QVERIFY(w.testAttribute(Qt::WA_Moved));
#if defined(Q_OS_WIN)
QEXPECT_FAIL("", "FixMe, QTBUG-8911", Abort);
#endif
QVERIFY(!w.testAttribute(Qt::WA_Resized));
w.resize(100, 100);