summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicswidget/tst_qgraphicswidget.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-04 14:48:26 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 01:28:01 +0200
commitc6ad1b0e1d930ab5e4d1835ae87524340541f2ee (patch)
treea000a4e8a533daa7d4b7453bfe658e289d001cb2 /tests/auto/qgraphicswidget/tst_qgraphicswidget.cpp
parent1fad83bac6d8606296588a688862f3883ea6f0d1 (diff)
Remove last remnants of Maemo 5 from autotests
Change-Id: I69bc9a3fc5ec4f7f9b927919ca7627a8a1e61700 Reviewed-on: http://codereview.qt-project.org/5951 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qgraphicswidget/tst_qgraphicswidget.cpp')
-rw-r--r--tests/auto/qgraphicswidget/tst_qgraphicswidget.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/qgraphicswidget/tst_qgraphicswidget.cpp b/tests/auto/qgraphicswidget/tst_qgraphicswidget.cpp
index 1df9d38bb8..ce65f4ef70 100644
--- a/tests/auto/qgraphicswidget/tst_qgraphicswidget.cpp
+++ b/tests/auto/qgraphicswidget/tst_qgraphicswidget.cpp
@@ -1111,10 +1111,6 @@ void tst_QGraphicsWidget::initStyleOption_data()
// void initStyleOption(QStyleOption* option) const public
void tst_QGraphicsWidget::initStyleOption()
{
-#ifdef Q_WS_MAEMO_5
- QSKIP("The test passes, but it doesn't work when the display is in energy saving mode", SkipAll);
-#endif
-
QGraphicsScene scene;
QGraphicsView view(&scene);
view.show();
@@ -1777,9 +1773,6 @@ void tst_QGraphicsWidget::verifyFocusChain()
void tst_QGraphicsWidget::updateFocusChainWhenChildDie()
{
-#ifdef Q_WS_MAEMO_5
- QSKIP("On Maemo 5 the Display Manager is shown on Window change, so the test won't work", SkipAll);
-#endif
QGraphicsScene scene;
QGraphicsView view(&scene);
view.show();