summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstractitemview
diff options
context:
space:
mode:
authorninerider <qt-info@nokia.com>2009-10-07 10:55:02 +0200
committerninerider <qt-info@nokia.com>2009-10-07 10:55:02 +0200
commit3715e8ff3cc61dd869ec2ae484d6323f97c0a80a (patch)
tree05c942cc10c742e560b69f023519f12e825e0d03 /tests/auto/qabstractitemview
parentc14455b78904f25e724cd928652c49f9583c6aa0 (diff)
A test requiring an enter/leave signal to be emitted is skipped.
Enter leave signals are not yet supported on Windows Mobile. Reviewed-by: Joerg
Diffstat (limited to 'tests/auto/qabstractitemview')
-rw-r--r--tests/auto/qabstractitemview/tst_qabstractitemview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qabstractitemview/tst_qabstractitemview.cpp b/tests/auto/qabstractitemview/tst_qabstractitemview.cpp
index 4e385d549a..d6911d2d8e 100644
--- a/tests/auto/qabstractitemview/tst_qabstractitemview.cpp
+++ b/tests/auto/qabstractitemview/tst_qabstractitemview.cpp
@@ -1225,6 +1225,9 @@ void tst_QAbstractItemView::task250754_fontChange()
void tst_QAbstractItemView::task200665_itemEntered()
{
+#ifdef Q_OS_WINCE_WM
+ QSKIP("On Windows Mobile the mouse tracking is unavailable at the moment", SkipAll);
+#endif
//we test that view will emit entered
//when the scrollbar move but not the mouse itself
QStandardItemModel model(1000,1);