test: remove duplicate tool type
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 10 Sep 2020 05:41:01 +0000 (15:41 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 22 Sep 2020 07:35:41 +0000 (17:35 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/test-tablet.c

index a3060f1..dcf1862 100644 (file)
@@ -2800,7 +2800,6 @@ START_TEST(tool_type)
                { BTN_TOOL_PEN, LIBINPUT_TABLET_TOOL_TYPE_PEN },
                { BTN_TOOL_RUBBER, LIBINPUT_TABLET_TOOL_TYPE_ERASER },
                { BTN_TOOL_BRUSH, LIBINPUT_TABLET_TOOL_TYPE_BRUSH },
-               { BTN_TOOL_BRUSH, LIBINPUT_TABLET_TOOL_TYPE_BRUSH },
                { BTN_TOOL_PENCIL, LIBINPUT_TABLET_TOOL_TYPE_PENCIL },
                { BTN_TOOL_AIRBRUSH, LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH },
                { BTN_TOOL_MOUSE, LIBINPUT_TABLET_TOOL_TYPE_MOUSE },