]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/137-floating-unmap.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 137-floating-unmap.t
index 29762594e51922059fd1cf14fd9cfd28b4f1d4c3..e91870bc35e0ee1fd6bd1a203803f96c1355635a 100644 (file)
@@ -14,14 +14,14 @@ my $tmp = fresh_workspace;
 #############################################################################
 
 # Create a floating window which is smaller than the minimum enforced size of i3
-my $window = open_floating_window($x);
+my $window = open_floating_window;
 ok($window->mapped, 'Window is mapped');
 
 # switch to a different workspace, see if the window is still mapped?
 
 my $otmp = fresh_workspace;
 
-sync_with_i3($x);
+sync_with_i3;
 
 ok(!$window->mapped, 'Window is not mapped after switching ws');