tst_qwidget: remove QEXPECT_FAIL for QTBUG-8911
[profile/ivi/qtbase.git] / tests / auto / widgets / kernel / qwidget / tst_qwidget.cpp
index ffbe39e..ce4eb28 100644 (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);