mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 18:08:09 +02:00
test: add proximity timeout delay to a tablet test
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1a5474d166
commit
8040c459c9
1 changed files with 3 additions and 0 deletions
|
|
@ -1034,6 +1034,9 @@ START_TEST(proximity_out_button_up)
|
|||
litest_pop_event_frame(dev);
|
||||
libinput_dispatch(li);
|
||||
|
||||
litest_timeout_tablet_proxout();
|
||||
libinput_dispatch(li);
|
||||
|
||||
litest_assert_tablet_button_event(li,
|
||||
BTN_STYLUS,
|
||||
LIBINPUT_BUTTON_STATE_RELEASED);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue