From 992c531c4ca9d8bf29dbde0e812806ab4ce45a7c Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 6 Aug 2009 00:16:26 +0200 Subject: [PATCH] Switch to default mode before running the test --- testcases/t/06-focus.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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); -- 2.39.5