mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-30 10:40:08 +01:00
test: fix a touchpad test using the wrong coordinates
We moved to 60/60 before, not 50/50. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
74f4491f17
commit
f1668b33f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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, 50, axes, 1, 1);
|
||||
litest_touch_move_to_extended(dev, 0, 60, 60, 60, 60, axes, 1, 1);
|
||||
litest_touch_up(dev, 0);
|
||||
|
||||
libinput_dispatch(li);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue