mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 02:20:30 +01:00
test: fix touch up for multitap-n-drag test
Released the wrong touch point, causing warnings: libevdev error in sanitize_event: BUG: Device "litest SynPS/2 Synaptics TouchPad" received a double tracking ID 6 in slot 0. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
fe4e707561
commit
1352fe0432
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ START_TEST(touchpad_1fg_multitap_n_drag_click)
|
|||
litest_assert_button_event(li,
|
||||
BTN_LEFT,
|
||||
LIBINPUT_BUTTON_STATE_RELEASED);
|
||||
litest_touch_up(dev, 1);
|
||||
litest_touch_up(dev, 0);
|
||||
litest_timeout_tap();
|
||||
|
||||
litest_assert_empty_queue(li);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue