]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/143-regress-floating-restart.t
Fix 'rename workspace to tosomething'
[i3/i3] / testcases / t / 143-regress-floating-restart.t
index 666c66242d7f770fb2f473a76bf281f7e3e12904..00f0f54153a53344cadba487cc382fd9b67c3f12 100644 (file)
@@ -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');