X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=testcases%2Ft%2F167-workspace_layout.t;h=d5a02ca626302bcf355242a3791cac8526940d98;hb=fce7570f961bcb373e1ac0965bb3ed41747e0d3b;hp=2744c9ba1fb6afd2fe9b4d28157eeb9535643fbb;hpb=e9acd36ce438624751e14b56fee5bd79318cbad0;p=i3%2Fi3 diff --git a/testcases/t/167-workspace_layout.t b/testcases/t/167-workspace_layout.t index 2744c9ba..d5a02ca6 100644 --- a/testcases/t/167-workspace_layout.t +++ b/testcases/t/167-workspace_layout.t @@ -23,8 +23,8 @@ my $tmp = fresh_workspace; ok(@{get_ws_content($tmp)} == 0, 'no containers yet'); -my $first = open_window($x); -my $second = open_window($x); +my $first = open_window; +my $second = open_window; sync_with_i3($x); @@ -53,8 +53,8 @@ $tmp = fresh_workspace; ok(@{get_ws_content($tmp)} == 0, 'no containers yet'); -$first = open_window($x); -$second = open_window($x); +$first = open_window; +$second = open_window; sync_with_i3($x); @@ -69,8 +69,8 @@ is($content[0]->{layout}, 'stacked', 'layout stacked'); ##################################################################### cmd 'focus parent'; -my $right_top = open_window($x); -my $right_bot = open_window($x); +my $right_top = open_window; +my $right_bot = open_window; @content = @{get_ws_content($tmp)}; is(@content, 2, 'two cons at workspace level after focus parent');