Re: [PATCH libinput 1/5] test: rename a parameter to litest_assert_scroll()

2014-11-10 Thread Hans de Goede
Hi, On 11/10/2014 03:33 AM, Peter Hutterer wrote: > This doesn't test for direction only, it tests for the minimum distance we > expect in the scroll event. Rename accordingly. > > Signed-off-by: Peter Hutterer Series looks good and is: Reviewed-by: Hans de Goede Regards, Hans > --- > tes

[PATCH libinput 1/5] test: rename a parameter to litest_assert_scroll()

2014-11-09 Thread Peter Hutterer
This doesn't test for direction only, it tests for the minimum distance we expect in the scroll event. Rename accordingly. Signed-off-by: Peter Hutterer --- test/litest.c | 8 test/litest.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/litest.c b/test/lites