test: add a note to the touch double-down event
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 29 Apr 2015 04:53:27 +0000 (14:53 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 30 Apr 2015 08:22:25 +0000 (18:22 +1000)
commitdb03e59c5221f5cd1670695f21066b1d3d8d4c9e
tree06068779faf5dceada5064bad38c8e3723ebbc27
parent2d86dc2c6e63dea3ae37b5ede349a387da0c90d6
test: add a note to the touch double-down event

libevdev filters the ABS_MT_TRACKING_ID event for a double-touch down like
this so we never see this in libinput. We see an error message from libevdev
but otherwise this test is a false negative.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/touch.c