mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 07:30:27 +01:00
test: add missing libinput_dispatch() before timeouts
see 5cec16eede.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
3bf404da96
commit
dfb442be4e
1 changed files with 1 additions and 0 deletions
|
|
@ -806,6 +806,7 @@ START_TEST(touchpad_1fg_tap_n_drag_draglock_timeout)
|
|||
|
||||
litest_assert_empty_queue(li);
|
||||
litest_touch_up(dev, 0);
|
||||
libinput_dispatch(li);
|
||||
|
||||
litest_timeout_tapndrag();
|
||||
litest_assert_button_event(li, BTN_LEFT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue