it: test window gains kb focus when mapped
This commit is contained in:
parent
cbf539cbcc
commit
c827a93dbb
19 changed files with 672 additions and 39 deletions
|
|
@ -33,6 +33,7 @@ mod t0004_quit;
|
|||
mod t0005_create_seat;
|
||||
mod t0006_region;
|
||||
mod t0007_subsurface;
|
||||
mod t0008_map_focus;
|
||||
|
||||
pub trait TestCase: Sync {
|
||||
fn name(&self) -> &'static str;
|
||||
|
|
@ -58,5 +59,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
|
|||
t0005_create_seat,
|
||||
t0006_region,
|
||||
t0007_subsurface,
|
||||
t0008_map_focus,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue