X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=testcases%2Ft%2F241-consistent-center.t;h=a37585545d562bdea72b54c57ff6d6bfb73d8caf;hb=HEAD;hp=283d173180904e7cf0a222a57eca9e66d966a910;hpb=c6581a5fd650a94b3d3228f53fa6975801ff5d1e;p=i3%2Fi3 diff --git a/testcases/t/241-consistent-center.t b/testcases/t/241-consistent-center.t index 283d1731..a3758554 100644 --- a/testcases/t/241-consistent-center.t +++ b/testcases/t/241-consistent-center.t @@ -2,13 +2,13 @@ # vim:ts=4:sw=4:expandtab # # Please read the following documents before working on tests: -# • http://build.i3wm.org/docs/testsuite.html +# • https://build.i3wm.org/docs/testsuite.html # (or docs/testsuite) # -# • http://build.i3wm.org/docs/lib-i3test.html +# • https://build.i3wm.org/docs/lib-i3test.html # (alternatively: perldoc ./testcases/lib/i3test.pm) # -# • http://build.i3wm.org/docs/ipc.html +# • https://build.i3wm.org/docs/ipc.html # (or docs/ipc) # # • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf @@ -18,9 +18,7 @@ # Decorations are disabled to avoid floating_enable's logic which shifts # windows upwards dependent on their decoration height. # -use i3test i3_autostart => 0; - -my $config = < <rect; is($new->{x}, $child->{x}, 'x coordinates match'); is($new->{y}, $child->{y}, 'y coordinates match'); -exit_gracefully($pid); - done_testing;