diff options
author | ninerider <qt-info@nokia.com> | 2009-10-07 08:55:02 (GMT) |
---|---|---|
committer | ninerider <qt-info@nokia.com> | 2009-10-07 08:55:02 (GMT) |
commit | 3715e8ff3cc61dd869ec2ae484d6323f97c0a80a (patch) | |
tree | 05c942cc10c742e560b69f023519f12e825e0d03 /tests/auto/qabstractitemview | |
parent | c14455b78904f25e724cd928652c49f9583c6aa0 (diff) | |
download | Qt-3715e8ff3cc61dd869ec2ae484d6323f97c0a80a.zip Qt-3715e8ff3cc61dd869ec2ae484d6323f97c0a80a.tar.gz Qt-3715e8ff3cc61dd869ec2ae484d6323f97c0a80a.tar.bz2 |
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.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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); |