mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 18:30:35 +01:00
test: fix some comments for accuracy
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1413>
This commit is contained in:
parent
9f096b0403
commit
074a6f57b8
1 changed files with 3 additions and 3 deletions
|
|
@ -1769,7 +1769,7 @@ START_TEST(gestures_3fg_drag_lock_resume_3fg_release_no_motion)
|
|||
|
||||
litest_drain_events(li);
|
||||
|
||||
litest_checkpoint("Putting 3 fingers down with motion for drag");
|
||||
litest_checkpoint("Putting %d fingers down with motion for drag", finger_count);
|
||||
double y = 30.0;
|
||||
for (uint32_t i = 0; i < finger_count; i++)
|
||||
litest_touch_down(dev, i, 10 + i, y);
|
||||
|
|
@ -1790,7 +1790,7 @@ START_TEST(gestures_3fg_drag_lock_resume_3fg_release_no_motion)
|
|||
litest_dispatch(li);
|
||||
litest_assert_empty_queue(li);
|
||||
|
||||
litest_checkpoint("Putting 3 fingers down again (no motion)");
|
||||
litest_checkpoint("Putting %d fingers down again (no motion)", finger_count);
|
||||
y = 30.0;
|
||||
for (uint32_t i = 0; i < finger_count; i++)
|
||||
litest_touch_down(dev, i, 10 + i, y);
|
||||
|
|
@ -1806,7 +1806,7 @@ START_TEST(gestures_3fg_drag_lock_resume_3fg_release_no_motion)
|
|||
litest_assert_empty_queue(li);
|
||||
}
|
||||
|
||||
litest_checkpoint("Releasing three fingers");
|
||||
litest_checkpoint("Releasing %d fingers", finger_count);
|
||||
for (uint32_t i = 0; i < finger_count; i++)
|
||||
litest_touch_up(dev, i);
|
||||
litest_dispatch(li);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue