]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/138-floating-attach.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 138-floating-attach.t
index 71f10ef54c25ed717a2578deffd8ba2ee0cd81c2..db86e1ca71e6e9c2e044ad8c94508697f2628cff 100644 (file)
@@ -14,7 +14,7 @@ my $tmp = fresh_workspace;
 #############################################################################
 
 # Create a floating window
-my $window = open_floating_window($x);
+my $window = open_floating_window;
 ok($window->mapped, 'Window is mapped');
 
 my $ws = get_ws($tmp);
@@ -47,7 +47,7 @@ is(@{$ws->{floating_nodes}}, 0, 'no floating nodes so far');
 is(@{$ws->{nodes}}, 1, 'one tiling node (stacked con)');
 
 # Create a floating window
-$window = open_floating_window($x);
+$window = open_floating_window;
 ok($window->mapped, 'Window is mapped');
 
 $ws = get_ws($tmp);