]> git.sur5r.net Git - i3/i3/commitdiff
t/166-assign: sync after mapping the window
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 26 Dec 2012 21:04:35 +0000 (22:04 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 26 Dec 2012 21:04:35 +0000 (22:04 +0100)
testcases/t/166-assign.t

index 6af13fa566eccb4ae7e658b41f99f07845f22a56..1cee1ebbeeed77f0b498c5c5d3b23e5fb0e02905 100644 (file)
@@ -98,6 +98,7 @@ my $workspaces = get_workspace_names;
 ok(!("targetws" ~~ @{$workspaces}), 'targetws does not exist yet');
 
 $window = open_special;
+sync_with_i3;
 
 ok(@{get_ws_content($tmp)} == 0, 'still no containers');
 ok("targetws" ~~ @{get_workspace_names()}, 'targetws exists');
@@ -157,6 +158,7 @@ $workspaces = get_workspace_names;
 ok(!("targetws" ~~ @{$workspaces}), 'targetws does not exist yet');
 
 $window = open_special;
+sync_with_i3;
 
 my $content = get_ws($tmp);
 ok(@{$content->{nodes}} == 0, 'no tiling cons');
@@ -205,6 +207,7 @@ is(@docked, 0, 'one dock client yet');
 $window = open_special(
     window_type => $x->atom(name => '_NET_WM_WINDOW_TYPE_DOCK'),
 );
+sync_with_i3;
 
 $content = get_ws($tmp);
 ok(@{$content->{nodes}} == 0, 'no tiling cons');