update t/16* for data structure
This commit is contained in:
parent
138a790cd0
commit
f48cc9ee21
|
@ -49,6 +49,9 @@ my $expected = {
|
||||||
orientation => ignore(),
|
orientation => ignore(),
|
||||||
type => 0,
|
type => 0,
|
||||||
id => ignore(),
|
id => ignore(),
|
||||||
|
rect => ignore(),
|
||||||
|
layout => 0,
|
||||||
|
focus => ignore(),
|
||||||
};
|
};
|
||||||
|
|
||||||
cmp_deeply($tree, $expected, 'root node OK');
|
cmp_deeply($tree, $expected, 'root node OK');
|
||||||
|
|
Loading…
Reference in New Issue