projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
160d3f2
)
test: fix button area scroll test to not be a pinch
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 20 Jun 2019 03:38:47 +0000
(13:38 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 20 Jun 2019 22:16:15 +0000
(22:16 +0000)
Second finger's x coordinate was wrong. That we didn't pick this up as pinch
is quite telling too.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/test-touchpad.c
patch
|
blob
|
history
diff --git
a/test/test-touchpad.c
b/test/test-touchpad.c
index
d6f3533
..
96281ea
100644
(file)
--- a/
test/test-touchpad.c
+++ b/
test/test-touchpad.c
@@
-552,7
+552,7
@@
START_TEST(touchpad_2fg_scroll_from_btnareas)
for (int i = 0; i < 20; i++) {
litest_touch_move(dev, 0, 30, 90 - i);
- litest_touch_move(dev, 1,
3
0, 95 - i);
+ litest_touch_move(dev, 1,
5
0, 95 - i);
}
libinput_dispatch(li);