mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-26 16:50:07 +01:00
test: fix a test missing frame events
This commit is contained in:
parent
35832d9fe1
commit
44e7f2cbc4
1 changed files with 2 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ MUNIT_TEST(eistest_device_ignore_paused_device)
|
|||
peck_assert_no_ei_events(ei);
|
||||
with_emulation(device, ++sequence) {
|
||||
ei_device_pointer_motion(device, 1, 1);
|
||||
ei_device_frame(device, ei_now(ei));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -282,6 +283,7 @@ MUNIT_TEST(eistest_device_ignore_paused_device)
|
|||
|
||||
peck_assert_no_ei_events(ei);
|
||||
ei_device_pointer_motion(device, 1, 1);
|
||||
ei_device_frame(device, ei_now(ei));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue