tsdgeos_work@xps:~/phablet/unity8/tutorial-launcher-gap/builddir$ bzr diff
=== modified file 'tests/qmltests/Tutorial/tst_Tutorial.qml'
--- tests/qmltests/Tutorial/tst_Tutorial.qml 2015-07-02 16:13:08 +0000
+++ tests/qmltests/Tutorial/tst_Tutorial.qml 2015-07-06 13:43:24 +0000
@@ -332,14 +332,14 @@
verify(teaseAnimation.running);
// Start a drag, make sure animation stops
- touchFlick(shell, 0, halfHeight, units.gu(3), halfHeight, true, false);
+ touchFlick(shell, 0, halfHeight, units.gu(4), halfHeight, true, false);
verify(!teaseAnimation.running);
verify(launcher.visibleWidth > 0);
verify(launcher.x > 0);
compare(launcher.x, teaseAnimation.bounce);
// Continue drag, make sure we don't create a gap on the left hand side
- touchFlick(shell, units.gu(3), halfHeight, shell.width, halfHeight, false, false);
+ touchFlick(shell, units.gu(4), halfHeight, shell.width, halfHeight, false, false);
verify(!teaseAnimation.running);
compare(launcher.visibleWidth, launcher.panelWidth);
compare(launcher.x, 0);