aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-01-24 00:08:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-25 16:18:53 +0100
commitee048bb43de9e6ac66bbe4cc2ed79cb1a4a2d24b (patch)
tree60f77966e761728916cb52999ede797ce5ffc3ae
parentfa7034577b021e500d3bbba08145c1425bc63acf (diff)
Fix tst_qquickflickable::stopAtBounds()
Change-Id: I7a6cc8ddb4cb4559498b74839bde57d12a3d68fd Reviewed-by: Lars Knoll <lars.knoll@digia.com>
-rw-r--r--tests/auto/quick/qquickflickable/tst_qquickflickable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp b/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
index 59b54e7ba5..33e753df57 100644
--- a/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
+++ b/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
@@ -1532,9 +1532,9 @@ void tst_qquickflickable::stopAtBounds()
flickable->setContentX(invert ? 100 : 0);
}
if (invert)
- flick(&view, QPoint(20,20), QPoint(100,100), 100);
+ flick(&view, QPoint(20,20), QPoint(120,120), 100);
else
- flick(&view, QPoint(100,100), QPoint(20,20), 100);
+ flick(&view, QPoint(120,120), QPoint(20,20), 100);
QVERIFY(flickable->isFlicking());
if (transpose) {