Remove XFAIL from tst_qgraphicswidget::initialShow2().
The test now passes on Ubuntu, Lucid, too. Task-number: QTBUG-20778 Change-Id: Id7ddc4b34d03f8fb9af977c0f40615d544934f13 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
This commit is contained in:
parent
27e0ddcd29
commit
00ce5a3c1e
@ -6,5 +6,4 @@ QT += core-private gui-private
|
||||
|
||||
SOURCES += tst_qgraphicswidget.cpp
|
||||
|
||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = lucid ]"):DEFINES+=UBUNTU_LUCID # QTBUG-20778
|
||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
|
@ -3194,9 +3194,6 @@ void tst_QGraphicsWidget::initialShow2()
|
||||
qApp->setActiveWindow(&view);
|
||||
QVERIFY(QTest::qWaitForWindowActive(&view));
|
||||
|
||||
#ifdef UBUNTU_LUCID
|
||||
QEXPECT_FAIL("", "QTBUG-20778", Abort);
|
||||
#endif
|
||||
QTRY_COMPARE(widget->repaints, expectedRepaintCount);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user