]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/136-floating-ws-empty.t
testcases: let i3test.pm export $x, adapt testcases
[i3/i3] / testcases / t / 136-floating-ws-empty.t
index a6e0e405e867de092fa8a42035a3dcc45576fb89..1666884e5e1bafb221ce2f4a54eb2fac0a21e9b0 100644 (file)
@@ -3,11 +3,6 @@
 # Regression test: when only having a floating window on a workspace, it should not be deleted.
 
 use i3test;
-use X11::XCB qw(:all);
-
-BEGIN {
-    use_ok('X11::XCB::Window');
-}
 
 my $i3 = i3(get_socket_path());
 
@@ -19,8 +14,6 @@ my $tmp = fresh_workspace;
 
 ok(workspace_exists($tmp), "workspace $tmp exists");
 
-my $x = X11::XCB::Connection->new;
-
 # Create a floating window which is smaller than the minimum enforced size of i3
 my $window = open_floating_window($x);
 ok($window->mapped, 'Window is mapped');