]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/147-regress-floatingmove.t
Implement special value 'current' for output. (#2483)
[i3/i3] / testcases / t / 147-regress-floatingmove.t
index 5a2c87d3f4c1e357fe900bc847121af56fa8c8eb..7166aef2ce6f21589c2c9ee77e055cc6342f6e1d 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 test for moving a con outside of a floating con when there are no
 # tiling cons on a workspace
 #
@@ -18,7 +31,7 @@ my $mid = open_window;
 my $right = open_window;
 
 # go to workspace level
-sync_cmd 'level up';
+sync_cmd 'focus parent';
 
 # make it floating
 sync_cmd 'mode toggle';