testcase: correct window names (trivial)

next
Michael Stapelberg 2011-05-29 13:20:12 +02:00
parent 1fc15d270e
commit f007e3621d
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@ is($x->input_focus, $second->id, 'second con still focused after killing third')
$tmp = fresh_workspace;
$first = open_standard_window($x); # window 2
$second = open_standard_window($x); # window 3
my $third = open_standard_window($x); # window 4
$first = open_standard_window($x); # window 5
$second = open_standard_window($x); # window 6
my $third = open_standard_window($x); # window 7
is($x->input_focus, $third->id, 'last container focused');