From: Michael Stapelberg Date: Sun, 29 May 2011 11:20:12 +0000 (+0200) Subject: testcase: correct window names (trivial) X-Git-Tag: tree-pr4~100 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f007e3621d5126bc0687fd5fd8929dc9d46225af;p=i3%2Fi3 testcase: correct window names (trivial) --- diff --git a/testcases/t/35-floating-focus.t b/testcases/t/35-floating-focus.t index 83c1c90c..d037b9db 100644 --- a/testcases/t/35-floating-focus.t +++ b/testcases/t/35-floating-focus.t @@ -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');