summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-04-06 05:30:18 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-04-06 05:30:18 (GMT)
commit8c6f2fdf09eb2998cb013659ca7a2154792ffa98 (patch)
treec13bb27adf01e18cd3a8313343af9b2321b2dd61 /tests
parentdc7385b41bf81e6c12dbd3c33c2bea577e067970 (diff)
parent160f1867868cdea916923652b00484ed11f90aaa (diff)
downloadQt-8c6f2fdf09eb2998cb013659ca7a2154792ffa98.zip
Qt-8c6f2fdf09eb2998cb013659ca7a2154792ffa98.tar.gz
Qt-8c6f2fdf09eb2998cb013659ca7a2154792ffa98.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Improve Flickable dynamics and allow platform specific tweaking.
Diffstat (limited to 'tests')
-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 d499edf..4fa1cb3 100644
--- a/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
+++ b/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
@@ -110,7 +110,7 @@ void tst_qdeclarativeflickable::create()
QCOMPARE(obj->isInteractive(), true);
QCOMPARE(obj->boundsBehavior(), QDeclarativeFlickable::DragAndOvershootBounds);
QCOMPARE(obj->pressDelay(), 0);
- QCOMPARE(obj->maximumFlickVelocity(), 2000.);
+ QCOMPARE(obj->maximumFlickVelocity(), 2500.);
delete obj;
}