mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 04:40:05 +01:00
test: slow down 2fg slow scroll movement
To avoid test case failures when we switch to forced resolutions. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
cc46e00e81
commit
3734a67eef
1 changed files with 2 additions and 2 deletions
|
|
@ -1365,7 +1365,7 @@ START_TEST(touchpad_2fg_scroll_slow_distance)
|
|||
|
||||
litest_touch_down(dev, 0, 49, 50);
|
||||
litest_touch_down(dev, 1, 51, 50);
|
||||
litest_touch_move_two_touches(dev, 49, 50, 51, 50, 0, y_move, 70, 10);
|
||||
litest_touch_move_two_touches(dev, 49, 50, 51, 50, 0, y_move, 100, 10);
|
||||
litest_touch_up(dev, 1);
|
||||
litest_touch_up(dev, 0);
|
||||
libinput_dispatch(li);
|
||||
|
|
@ -1634,7 +1634,7 @@ START_TEST(touchpad_edge_scroll_timeout)
|
|||
litest_timeout_edgescroll();
|
||||
libinput_dispatch(li);
|
||||
|
||||
litest_touch_move_to(dev, 0, 99, 20, 99, 20 + y_movement, 60, 10);
|
||||
litest_touch_move_to(dev, 0, 99, 20, 99, 20 + y_movement, 100, 10);
|
||||
litest_touch_up(dev, 0);
|
||||
libinput_dispatch(li);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue