diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-01-14 05:19:16 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-01-14 05:19:16 (GMT) |
commit | c230864b7e2503a30b335c63f9726b1a6c45eedb (patch) | |
tree | 3bd01ecd3efc6979ca72cfccd2572d06a490ca4d /tests/auto/declarative | |
parent | 93512cc3a615e91a5ef9ed96361d93cc13d7fb6e (diff) | |
download | Qt-c230864b7e2503a30b335c63f9726b1a6c45eedb.zip Qt-c230864b7e2503a30b335c63f9726b1a6c45eedb.tar.gz Qt-c230864b7e2503a30b335c63f9726b1a6c45eedb.tar.bz2 |
Follow change 87a939fa289a0d96c1f0eb10fa74b1cb89fc05f1
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r-- | tests/auto/declarative/qmlgraphicsflickable/tst_qmlgraphicsflickable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |