aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2011-05-04 17:53:51 +1000
committerMartin Jones <martin.jones@nokia.com>2011-05-04 17:54:21 +1000
commit1b7c1b6ef86d3d56ff01b2eab118062a229b0d19 (patch)
treeb85271416c0a6731b3a09bf6800c19bf574daeb1 /tests
parentff62dede7b8f4d211ad1de922ccb901ab9ae055c (diff)
Update SG items with GV item changes.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp b/tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp
index 1532281338..2cc6b3eac2 100644
--- a/tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp
+++ b/tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp
@@ -106,7 +106,7 @@ void tst_qsgflickable::create()
QCOMPARE(obj->isInteractive(), true);
QCOMPARE(obj->boundsBehavior(), QSGFlickable::DragAndOvershootBounds);
QCOMPARE(obj->pressDelay(), 0);
- QCOMPARE(obj->maximumFlickVelocity(), 2000.);
+ QCOMPARE(obj->maximumFlickVelocity(), 2500.);
delete obj;
}