diff options
author | ninerider <qt-info@nokia.com> | 2009-10-06 08:21:57 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-10-07 02:30:58 (GMT) |
commit | 4d976782c1cd5f1e526d212ad2a57f615a6e9b0c (patch) | |
tree | e25a28cae1969f272b8fd57a3258b1ae12c379a6 /tests | |
parent | 97760fc46216abeb96ef89b754e06c8010379954 (diff) | |
download | Qt-4d976782c1cd5f1e526d212ad2a57f615a6e9b0c.zip Qt-4d976782c1cd5f1e526d212ad2a57f615a6e9b0c.tar.gz Qt-4d976782c1cd5f1e526d212ad2a57f615a6e9b0c.tar.bz2 |
Skipped enter/leave test for Windows CE
Currently Windows has no proper cursor support.
Reviewed-by: Thomas Hartmann
(cherry picked from commit 1015ee9016f3a46bb05077a9eff83c8736b2541e)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qwidget/tst_qwidget.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qwidget/tst_qwidget.cpp b/tests/auto/qwidget/tst_qwidget.cpp index 5ab273c..f8341c3 100644 --- a/tests/auto/qwidget/tst_qwidget.cpp +++ b/tests/auto/qwidget/tst_qwidget.cpp @@ -8990,6 +8990,9 @@ void tst_QWidget::syntheticEnterLeave() void tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave() { +#ifdef Q_OS_WINCE_WM + QSKIP("Windows Mobile has no proper cursor support", SkipAll); +#endif class SELParent : public QWidget { public: |