summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@gmail.com>2015-02-23 11:44:55 +0100
committerShawn Rutledge <shawn.rutledge@digia.com>2015-02-23 11:21:13 +0000
commit7fc35837475a1e15cb132cc9c5192632977a35f8 (patch)
tree27e48db6ea638529bc5294201e35fee621cc412d
parent4b4c6a984b2bcdfcb5a77a024e48072a7aa854ec (diff)
Replace Q_WS_MAC macro in tst_qdeclarativeflickable::flickVelocity()
Change-Id: I15889eee3cee1513e49576be40a7abf97a31da45 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
-rw-r--r--tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp b/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
index e3c53e69..3a2304a2 100644
--- a/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
+++ b/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
@@ -474,7 +474,7 @@ void tst_qdeclarativeflickable::wheel()
void tst_qdeclarativeflickable::flickVelocity()
{
-#ifdef Q_WS_MAC
+#ifdef Q_OS_OSX
QSKIP("Producing flicks on Mac CI impossible due to timing problems");
#endif