From b9093ca2b1d16b78d93fec9f50a8cde8aaba8415 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 16 Sep 2014 14:30:44 +1000 Subject: [PATCH] test: fix a jumping touch movement touch_move_to() should usually continue from the touch_down() location Signed-off-by: Peter Hutterer --- test/touchpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/touchpad.c b/test/touchpad.c index eae92025..95010192 100644 --- a/test/touchpad.c +++ b/test/touchpad.c @@ -1558,7 +1558,7 @@ START_TEST(touchpad_palm_detect_palm_becomes_pointer) litest_drain_events(li); litest_touch_down(dev, 0, 99, 50); - litest_touch_move_to(dev, 0, 99, 70, 0, 70, 5); + litest_touch_move_to(dev, 0, 99, 50, 0, 70, 5); litest_touch_up(dev, 0); libinput_dispatch(li); -- 2.34.1