mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-24 22:50:05 +01:00
test: rename two tests to reflect current nomenclature
"reject" isn't a thing, "disconnect" is Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1fe93ae8be
commit
1fdbba2ec9
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ MUNIT_TEST(test_ei_ref_unref)
|
|||
return MUNIT_OK;
|
||||
}
|
||||
|
||||
MUNIT_TEST(test_ei_reject)
|
||||
MUNIT_TEST(test_ei_disconnect_immediately)
|
||||
{
|
||||
_cleanup_peck_ struct peck *peck = peck_new();
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ MUNIT_TEST(test_ei_reject)
|
|||
return MUNIT_OK;
|
||||
}
|
||||
|
||||
MUNIT_TEST(test_ei_reject_after_connect)
|
||||
MUNIT_TEST(test_ei_disconnect_after_connect)
|
||||
{
|
||||
_cleanup_peck_ struct peck *peck = peck_new();
|
||||
_cleanup_eis_client_ struct eis_client *client = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue