summaryrefslogtreecommitdiff
path: root/test/touchpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/touchpad.c')
-rw-r--r--test/touchpad.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/touchpad.c b/test/touchpad.c
index dab2781e..63b1cb77 100644
--- a/test/touchpad.c
+++ b/test/touchpad.c
@@ -289,11 +289,11 @@ START_TEST(touchpad_2fg_scroll_semi_mt)
litest_touch_down(dev, 0, 20, 20);
litest_touch_down(dev, 1, 30, 20);
libinput_dispatch(li);
- litest_touch_move_to(dev, 1, 30, 20, 30, 70, 10, 5);
-
- litest_assert_empty_queue(li);
-
- litest_touch_move_to(dev, 0, 20, 20, 20, 70, 10, 5);
+ litest_touch_move_two_touches(dev,
+ 20, 20,
+ 30, 20,
+ 30, 40,
+ 10, 1);
litest_assert_only_typed_events(li, LIBINPUT_EVENT_POINTER_AXIS);
}