]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/137-floating-unmap.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 137-floating-unmap.t
index 0d126feab0d267cae5200887de8aec04d2b25e42..6861b1f9f6abaa9db783f9409e7eecab21fc7dfe 100644 (file)
@@ -1,5 +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 test: Floating windows were not correctly unmapped when switching
 # to a different workspace.
 
@@ -21,7 +35,7 @@ ok($window->mapped, 'Window is mapped');
 
 my $otmp = fresh_workspace;
 
-sync_with_i3($x);
+sync_with_i3;
 
 ok(!$window->mapped, 'Window is not mapped after switching ws');