summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmenubar
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@nokia.com>2009-04-08 08:05:44 +0200
committerMaurice Kalinowski <maurice.kalinowski@nokia.com>2009-04-08 08:07:20 +0200
commita4252201f631d65553846c6af65df905a0cf4048 (patch)
tree22b9f3e9630aa1a6280ab181a38c9a957eb743cd /tests/auto/qmenubar
parent9565e3420bdc214c389aa513748da11ff16b1fca (diff)
Enable test for WinCE
While we integrate into native menubar on Windows Mobile, we can still test WinCE itself.
Diffstat (limited to 'tests/auto/qmenubar')
-rw-r--r--tests/auto/qmenubar/tst_qmenubar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmenubar/tst_qmenubar.cpp b/tests/auto/qmenubar/tst_qmenubar.cpp
index e0a9f42b86..6d069c644b 100644
--- a/tests/auto/qmenubar/tst_qmenubar.cpp
+++ b/tests/auto/qmenubar/tst_qmenubar.cpp
@@ -1429,7 +1429,7 @@ void tst_QMenuBar::check_menuPosition()
#ifdef Q_WS_MAC
QSKIP("Qt/Mac does not use the native popups/menubar", SkipAll);
#endif
-#ifdef Q_OS_WINCE
+#ifdef Q_OS_WINCE_WM
QSKIP("Qt/CE uses native menubar", SkipAll);
#endif
QMenu menu;