summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmenubar
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@nokia.com>2009-04-08 06:05:44 (GMT)
committerMaurice Kalinowski <maurice.kalinowski@nokia.com>2009-04-08 06:07:20 (GMT)
commita4252201f631d65553846c6af65df905a0cf4048 (patch)
tree22b9f3e9630aa1a6280ab181a38c9a957eb743cd /tests/auto/qmenubar
parent9565e3420bdc214c389aa513748da11ff16b1fca (diff)
downloadQt-a4252201f631d65553846c6af65df905a0cf4048.zip
Qt-a4252201f631d65553846c6af65df905a0cf4048.tar.gz
Qt-a4252201f631d65553846c6af65df905a0cf4048.tar.bz2
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 e0a9f42..6d069c6 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;