X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=testcases%2Ft%2F143-regress-floating-restart.t;h=00f0f54153a53344cadba487cc382fd9b67c3f12;hb=971864062219bdb4b4ce24fdcf007f2f05251a8a;hp=666c66242d7f770fb2f473a76bf281f7e3e12904;hpb=8d72a77c7a56fa788d29a54455c806f18e2a3fd5;p=i3%2Fi3 diff --git a/testcases/t/143-regress-floating-restart.t b/testcases/t/143-regress-floating-restart.t index 666c6624..00f0f541 100644 --- a/testcases/t/143-regress-floating-restart.t +++ b/testcases/t/143-regress-floating-restart.t @@ -1,6 +1,19 @@ #!perl # vim:ts=4:sw=4:expandtab # +# Please read the following documents before working on tests: +# • http://build.i3wm.org/docs/testsuite.html +# (or docs/testsuite) +# +# • http://build.i3wm.org/docs/lib-i3test.html +# (alternatively: perldoc ./testcases/lib/i3test.pm) +# +# • http://build.i3wm.org/docs/ipc.html +# (or docs/ipc) +# +# • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf +# (unless you are already familiar with Perl) +# # Regression: floating windows are tiling after restarting, closing them crashes i3 # use i3test; @@ -15,7 +28,6 @@ is(scalar @{$ws->{nodes}}, 0, 'no tiling nodes'); is(scalar @{$ws->{floating_nodes}}, 1, 'precisely one floating node'); cmd 'restart'; -sleep 0.5; diag('Checking if i3 still lives');