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:
parent
3517949390
commit
2bd0737303
@ -8905,9 +8905,6 @@ void tst_QWidget::movedAndResizedAttributes()
|
|||||||
w.showNormal();
|
w.showNormal();
|
||||||
w.move(10,10);
|
w.move(10,10);
|
||||||
QVERIFY(w.testAttribute(Qt::WA_Moved));
|
QVERIFY(w.testAttribute(Qt::WA_Moved));
|
||||||
#if defined(Q_OS_WIN)
|
|
||||||
QEXPECT_FAIL("", "FixMe, QTBUG-8911", Abort);
|
|
||||||
#endif
|
|
||||||
QVERIFY(!w.testAttribute(Qt::WA_Resized));
|
QVERIFY(!w.testAttribute(Qt::WA_Resized));
|
||||||
|
|
||||||
w.resize(100, 100);
|
w.resize(100, 100);
|
||||||
|
Loading…
Reference in New Issue
Block a user