mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-31 13:30:09 +01:00
test: fix a comment in the log_priority test
We don't rely that the lid switch doesn't work in this test, but we always print a few things when a device gets successfully added. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a251cec994
commit
b18f9e6944
1 changed files with 2 additions and 2 deletions
|
|
@ -137,8 +137,8 @@ START_TEST(log_priority)
|
|||
ck_assert_int_eq(log_handler_called, 1);
|
||||
|
||||
libinput_log_set_priority(li, LIBINPUT_LOG_PRIORITY_INFO);
|
||||
/* event0 is usually Lid Switch which prints an info that
|
||||
we don't handle it */
|
||||
/* event0 exists on any box we care to run the test suite on and we
|
||||
* currently prints *something* for each device */
|
||||
libinput_path_add_device(li, "/dev/input/event0");
|
||||
ck_assert_int_gt(log_handler_called, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue