]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/155-floating-split-size.t
testcases: let i3test.pm export $x, adapt testcases
[i3/i3] / testcases / t / 155-floating-split-size.t
index 5de05e8b2dceb44fb55f9becef9f9d8ab7df71d0..618266b60cbfa2eda3495491a41f1087e74a8404 100644 (file)
@@ -4,15 +4,8 @@
 # Test to see if i3 combines the geometry of all children in a split container
 # when setting the split container to floating
 #
-use X11::XCB qw(:all);
 use i3test;
 
-BEGIN {
-    use_ok('X11::XCB::Window');
-}
-
-my $x = X11::XCB::Connection->new;
-
 my $tmp = fresh_workspace;
 
 #####################################################################