]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/152-regress-level-up.t
Bump version for new CPAN upload, fix MANIFEST
[i3/i3] / testcases / t / 152-regress-level-up.t
index 678cdd9cc0c608624477dbb9f07a91eb64d2d391..771a9f07dd007a9350ade455ab0e235a5590b356 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 using level-up to get to the 'content'-container and
 # toggle floating
 #
@@ -9,8 +22,8 @@ use i3test;
 fresh_workspace;
 
 cmd 'open';
-cmd 'level up';
-cmd 'level up';
+cmd 'focus parent';
+cmd 'focus parent';
 cmd 'mode toggle';
 
 does_i3_live;