From 3c84d5c750707c8cdbface13589412bd3372f3f1 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 18 Jun 2019 20:50:44 +1000 Subject: [PATCH] test: don't go into the thumb area for the 3fg clickfinger distance check Signed-off-by: Peter Hutterer --- test/test-touchpad-buttons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-touchpad-buttons.c b/test/test-touchpad-buttons.c index 33717dd3..cecd4d28 100644 --- a/test/test-touchpad-buttons.c +++ b/test/test-touchpad-buttons.c @@ -497,7 +497,7 @@ START_TEST(touchpad_3fg_clickfinger_distance) litest_drain_events(li); - litest_touch_down(dev, 0, 90, 90); + litest_touch_down(dev, 0, 90, 70); litest_touch_down(dev, 1, 10, 15); litest_touch_down(dev, 2, 10, 15);