mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-24 19:30:37 +01:00
test: change where our finger ends up before releasing
No effect on the test right now but on some small test touchpads this is close enough to the edge to mess with future tests. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1447>
This commit is contained in:
parent
f97d0e6db1
commit
1486c7ae17
1 changed files with 1 additions and 1 deletions
|
|
@ -1123,7 +1123,7 @@ START_TEST(touchpad_tap_n_drag)
|
|||
break;
|
||||
}
|
||||
litest_touch_down(dev, 0, 50, 50);
|
||||
litest_touch_move_to(dev, 0, 50, 50, 80, 80, 20);
|
||||
litest_touch_move_to(dev, 0, 50, 50, 70, 70, 20);
|
||||
|
||||
litest_dispatch(li);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue