From: Peter Hutterer Date: Tue, 16 Sep 2014 04:30:44 +0000 (+1000) Subject: test: fix a jumping touch movement X-Git-Tag: 0.7.0~152 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9093ca2b1d16b78d93fec9f50a8cde8aaba8415;p=platform%2Fupstream%2Flibinput.git test: fix a jumping touch movement touch_move_to() should usually continue from the touch_down() location Signed-off-by: Peter Hutterer --- 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);