summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit
diff options
context:
space:
mode:
authorDmytro Poplavskiy <dmytro.poplavskiy@nokia.com>2012-07-24 12:50:40 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-24 04:59:04 +0200
commit67093abf53fa650a11fa56e4c016f30c1e9e2697 (patch)
treea5a0fd9456ab554076ad9a484b5b783501f1cd46 /tests/auto/unit
parente558ed168020cc9cd6d7f2c4b41f06e2b7819b37 (diff)
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>
Diffstat (limited to 'tests/auto/unit')
-rw-r--r--tests/auto/unit/qvideowidget/tst_qvideowidget.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/unit/qvideowidget/tst_qvideowidget.cpp b/tests/auto/unit/qvideowidget/tst_qvideowidget.cpp
index ab9940519..e00697a45 100644
--- a/tests/auto/unit/qvideowidget/tst_qvideowidget.cpp
+++ b/tests/auto/unit/qvideowidget/tst_qvideowidget.cpp
@@ -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);