mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 23:50:45 +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.
This commit is contained in:
parent
20178bce0d
commit
ea3c247e66
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