mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 21:50:08 +01:00
test: drop extra finger up/down in tapndrag + click test
Already tested elsewhere Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2e826390a4
commit
9ad54b85f4
1 changed files with 0 additions and 8 deletions
|
|
@ -693,8 +693,6 @@ START_TEST(touchpad_1fg_tap_n_drag_tap_click)
|
|||
litest_touch_up(dev, 0);
|
||||
litest_touch_down(dev, 0, 50, 50);
|
||||
litest_touch_move_to(dev, 0, 50, 50, 80, 80, 5, 40);
|
||||
litest_touch_up(dev, 0);
|
||||
|
||||
libinput_dispatch(li);
|
||||
|
||||
litest_assert_button_event(li, BTN_LEFT,
|
||||
|
|
@ -704,12 +702,6 @@ START_TEST(touchpad_1fg_tap_n_drag_tap_click)
|
|||
|
||||
litest_assert_only_typed_events(li, LIBINPUT_EVENT_POINTER_MOTION);
|
||||
|
||||
/* lift finger, set down again, should continue dragging */
|
||||
litest_touch_down(dev, 0, 50, 50);
|
||||
litest_touch_move_to(dev, 0, 50, 50, 80, 80, 5, 40);
|
||||
|
||||
litest_assert_only_typed_events(li, LIBINPUT_EVENT_POINTER_MOTION);
|
||||
|
||||
litest_touch_up(dev, 0);
|
||||
litest_touch_down(dev, 0, 50, 50);
|
||||
litest_button_click(dev, BTN_LEFT, true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue