Test 16 fixed expectation of the (root) focused field to exist in the tree and always be zero.

This commit is contained in:
Lourens Rozema 2010-08-20 21:38:07 +02:00 committed by Michael Stapelberg
parent 160c12ed9a
commit c780f5dd0b

View File

@ -23,6 +23,7 @@ my $expected = {
rect => ignore(), rect => ignore(),
layout => 0, layout => 0,
focus => ignore(), focus => ignore(),
focused => 0,
urgent => 0, urgent => 0,
'floating-nodes' => ignore(), 'floating-nodes' => ignore(),
}; };