projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ead828
)
test: reduce the multitap tests to 5 taps only
author
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 4 May 2015 00:21:02 +0000
(10:21 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 4 May 2015 00:22:58 +0000
(10:22 +1000)
Reduces the risk of accidental timeouts
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/touchpad.c
patch
|
blob
|
history
diff --git
a/test/touchpad.c
b/test/touchpad.c
index 094f671e0c95f1626ff65306e8d3354b22785078..114ae2c739891d20d6ab845ebbe2d8ad629c7bb8 100644
(file)
--- a/
test/touchpad.c
+++ b/
test/touchpad.c
@@
-390,7
+390,7
@@
START_TEST(touchpad_1fg_multitap_n_drag_click)
litest_drain_events(li);
- for (i = 3; i <
8
; i++) {
+ for (i = 3; i <
5
; i++) {
for (ntaps = 0; ntaps <= i; ntaps++) {
litest_touch_down(dev, 0, 50, 50);
@@
-453,7
+453,7
@@
START_TEST(touchpad_1fg_multitap_n_drag_timeout)
litest_drain_events(li);
- for (i = 3; i <
8
; i++) {
+ for (i = 3; i <
5
; i++) {
for (ntaps = 0; ntaps <= i; ntaps++) {
litest_touch_down(dev, 0, 50, 50);