From c230864b7e2503a30b335c63f9726b1a6c45eedb Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Thu, 14 Jan 2010 15:19:16 +1000 Subject: Follow change 87a939fa289a0d96c1f0eb10fa74b1cb89fc05f1 --- .../auto/declarative/qmlgraphicsflickable/tst_qmlgraphicsflickable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/declarative/qmlgraphicsflickable/tst_qmlgraphicsflickable.cpp b/tests/auto/declarative/qmlgraphicsflickable/tst_qmlgraphicsflickable.cpp index b11de80..ddeb584 100644 --- a/tests/auto/declarative/qmlgraphicsflickable/tst_qmlgraphicsflickable.cpp +++ b/tests/auto/declarative/qmlgraphicsflickable/tst_qmlgraphicsflickable.cpp @@ -86,7 +86,7 @@ void tst_qmlgraphicsflickable::create() QCOMPARE(obj->isInteractive(), true); QCOMPARE(obj->overShoot(), true); QCOMPARE(obj->pressDelay(), 0); - QCOMPARE(obj->maximumFlickVelocity(), 5000.); + QCOMPARE(obj->maximumFlickVelocity(), 2000.); delete obj; } -- cgit v0.12