From: Michael Stapelberg Date: Wed, 5 Aug 2009 22:16:26 +0000 (+0200) Subject: Switch to default mode before running the test X-Git-Tag: 3.d~135 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=992c531c4ca9d8bf29dbde0e812806ab4ce45a7c;p=i3%2Fi3 Switch to default mode before running the test --- diff --git a/testcases/t/06-focus.t b/testcases/t/06-focus.t index 1de7fdde..f34095ca 100644 --- a/testcases/t/06-focus.t +++ b/testcases/t/06-focus.t @@ -32,10 +32,12 @@ sleep(0.25); # Create two windows and make sure focus switching works ##################################################################### -my $top = i3test::open_standard_window; +# Change mode of the container to "default" for following tests +$sock->write(i3test::format_ipc_command("d")); sleep(0.25); + +my $top = i3test::open_standard_window; my $mid = i3test::open_standard_window; -sleep(0.25); my $bottom = i3test::open_standard_window; sleep(0.25);