From 3715e8ff3cc61dd869ec2ae484d6323f97c0a80a Mon Sep 17 00:00:00 2001 From: ninerider Date: Wed, 7 Oct 2009 10:55:02 +0200 Subject: 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 --- tests/auto/qabstractitemview/tst_qabstractitemview.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/auto/qabstractitemview/tst_qabstractitemview.cpp b/tests/auto/qabstractitemview/tst_qabstractitemview.cpp index 4e385d5..d6911d2 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); -- cgit v0.12