Removed QEXPECT_FAIL for non reproducible showFullScreen bug on Mac
authorDmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
Tue, 24 Jul 2012 02:50:40 +0000 (12:50 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Jul 2012 02:59:04 +0000 (04:59 +0200)
Task-number: QTBUG-25310

Change-Id: If5786340386de5f6664ccfa45439858d209a45ba
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
tests/auto/unit/qvideowidget/tst_qvideowidget.cpp

index ab99405..e00697a 100644 (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);