summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscroller
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@nokia.com>2010-12-04 00:13:34 +0100
committerRobert Griebl <robert.griebl@nokia.com>2010-12-04 00:13:56 +0100
commit205d607c3387d074fb87f8deb77a8f515ae2e189 (patch)
tree4ab9885c7b4b0c241a469d91ac1e8fc1e54509ea /tests/auto/qscroller
parentd1f9a534da288884f443a975f428b0cfe0a7b29b (diff)
Make it compile on Mac OS X 10.5
Diffstat (limited to 'tests/auto/qscroller')
-rw-r--r--tests/auto/qscroller/tst_qscroller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qscroller/tst_qscroller.cpp b/tests/auto/qscroller/tst_qscroller.cpp
index 4179feed9c..b4e4ddf6d0 100644
--- a/tests/auto/qscroller/tst_qscroller.cpp
+++ b/tests/auto/qscroller/tst_qscroller.cpp
@@ -383,7 +383,7 @@ void tst_QScroller::scrollTo()
void tst_QScroller::scroll()
{
#if defined(Q_OS_MACX) && (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6)
- QSKIP("Mac OS X < 10.6 does not support QTouchEvents");
+ QSKIP("Mac OS X < 10.6 does not support QTouchEvents", SkipAll);
return;
#endif
@@ -430,7 +430,7 @@ void tst_QScroller::scroll()
void tst_QScroller::overshoot()
{
#if defined(Q_OS_MACX) && (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6)
- QSKIP("Mac OS X < 10.6 does not support QTouchEvents");
+ QSKIP("Mac OS X < 10.6 does not support QTouchEvents", SkipAll);
return;
#endif