test: fix button area scroll test to not be a pinch

Second finger's x coordinate was wrong. That we didn't pick this up as pinch
is quite telling too.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-06-20 13:38:47 +10:00
parent 160d3f2b66
commit 996270d1a1

View file

@ -552,7 +552,7 @@ START_TEST(touchpad_2fg_scroll_from_btnareas)
for (int i = 0; i < 20; i++) {
litest_touch_move(dev, 0, 30, 90 - i);
litest_touch_move(dev, 1, 30, 95 - i);
litest_touch_move(dev, 1, 50, 95 - i);
}
libinput_dispatch(li);