From f007e3621d5126bc0687fd5fd8929dc9d46225af Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 29 May 2011 13:20:12 +0200 Subject: [PATCH] testcase: correct window names (trivial) --- testcases/t/35-floating-focus.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'); -- 2.39.5