Ubuntu Pastebin

Paste from Albert Astals Cid at Mon, 6 Jul 2015 13:49:34 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
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);
Download as text