mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-06 06:00:11 +01:00
test: drop two superfluous empty queue checks
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
3108653e0a
commit
e0ac0153f7
1 changed files with 0 additions and 2 deletions
|
|
@ -481,7 +481,6 @@ START_TEST(device_disable_release_buttons)
|
|||
|
||||
litest_button_click(dev, BTN_LEFT, true);
|
||||
litest_drain_events(li);
|
||||
litest_assert_empty_queue(li);
|
||||
|
||||
status = libinput_device_config_send_events_set_mode(device,
|
||||
LIBINPUT_CONFIG_SEND_EVENTS_DISABLED);
|
||||
|
|
@ -516,7 +515,6 @@ START_TEST(device_disable_release_keys)
|
|||
|
||||
litest_button_click(dev, KEY_A, true);
|
||||
litest_drain_events(li);
|
||||
litest_assert_empty_queue(li);
|
||||
|
||||
status = libinput_device_config_send_events_set_mode(device,
|
||||
LIBINPUT_CONFIG_SEND_EVENTS_DISABLED);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue