test: fix call to test_2fg_scroll

Last argument is a boolean whether we want to have a tap timeout. It used to
be the ms to sleep, obsolete since e4adbff919

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-02-01 10:42:42 +10:00
parent e808b47b82
commit d76dc643cd

View file

@ -139,7 +139,7 @@ START_TEST(touchpad_2fg_scroll)
litest_assert_scroll(li, LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, -10);
/* 2fg scroll smaller than the threshold should not generate events */
test_2fg_scroll(dev, 0.1, 0.1, 200);
test_2fg_scroll(dev, 0.1, 0.1, 1);
litest_assert_empty_queue(li);
}
END_TEST