]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/153-floating-originalsize.t
Merge branch 'release-4.16.1'
[i3/i3] / testcases / t / 153-floating-originalsize.t
index dcd1144e76dede059bd0d9f8bb02153548f7ffc4..87e7e5319c63e285eddab81236164bffcc45218f 100644 (file)
@@ -1,6 +1,19 @@
 #!perl
 # vim:ts=4:sw=4:expandtab
 #
+# Please read the following documents before working on tests:
+# • https://build.i3wm.org/docs/testsuite.html
+#   (or docs/testsuite)
+#
+# • https://build.i3wm.org/docs/lib-i3test.html
+#   (alternatively: perldoc ./testcases/lib/i3test.pm)
+#
+# • https://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)
+#
 # Test if the requested width/height is set after making the window floating.
 #
 use i3test;
@@ -17,7 +30,7 @@ cmp_ok($absolute->{width}, '>', 400, 'i3 raised the width');
 cmp_ok($absolute->{height}, '>', 150, 'i3 raised the height');
 
 cmd 'floating toggle';
-sync_with_i3($x);
+sync_with_i3;
 
 ($absolute, $top) = $window->rect;