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:
74f4491
)
test: fix a touchpad test using the wrong coordinates
author
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 28 Aug 2018 00:12:44 +0000
(10:12 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 28 Aug 2018 00:50:14 +0000
(10:50 +1000)
We moved to 60/60 before, not 50/50.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/test-touchpad-tap.c
patch
|
blob
|
history
diff --git
a/test/test-touchpad-tap.c
b/test/test-touchpad-tap.c
index 7a6c2216cf7930c50f3e858eba3f69425b5c038f..6a43a379a62b809e23959587642d26bdbd766019 100644
(file)
--- a/
test/test-touchpad-tap.c
+++ b/
test/test-touchpad-tap.c
@@
-2722,7
+2722,7
@@
START_TEST(touchpad_tap_palm_on_touch_hold_move)
litest_touch_move_to(dev, 0, 50, 50, 60, 60, 10, 1);
litest_drain_events(li);
- litest_touch_move_to_extended(dev, 0,
50, 50, 50, 5
0, axes, 1, 1);
+ litest_touch_move_to_extended(dev, 0,
60, 60, 60, 6
0, axes, 1, 1);
litest_touch_up(dev, 0);
libinput_dispatch(li);