Removed QEXPECT_FAIL for non reproducible showFullScreen bug on Mac

Task-number: QTBUG-25310

Change-Id: If5786340386de5f6664ccfa45439858d209a45ba
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Dmytro Poplavskiy
2012-07-24 12:50:40 +10:00
committed by Qt by Nokia
parent e558ed1680
commit 67093abf53

View File

@@ -445,9 +445,6 @@ void tst_QVideoWidget::nullService()
widget.setFullScreen(true);
QTest::qWaitForWindowShown(&widget);
#ifdef Q_OS_MAC
QEXPECT_FAIL("", "QTBUG-25310 - Fails on Mac", Continue);
#endif
QCOMPARE(widget.isFullScreen(), true);
widget.setAspectRatioMode(Qt::IgnoreAspectRatio);
@@ -958,9 +955,6 @@ void tst_QVideoWidget::fullScreenWindowControl()
QCOMPARE(spy.count(), 4);
widget.showNormal();
QTest::qWaitForWindowShown(&widget);
#ifdef Q_OS_MAC
QEXPECT_FAIL("", "QTBUG-25310 - Fails on Mac", Abort);
#endif
QCOMPARE(object.testService->windowControl->isFullScreen(), false);
QCOMPARE(widget.isFullScreen(), false);
QCOMPARE(spy.count(), 4);