]> git.sur5r.net Git - i3/i3/commitdiff
update tests to test the output wrapping
authorFrancesco Mazzoli <f@mazzo.li>
Thu, 24 Jan 2013 23:02:37 +0000 (00:02 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 26 Jan 2013 18:08:41 +0000 (19:08 +0100)
testcases/t/504-move-workspace-to-output.t

index c087f9f5ad117946b493383a5bbd893bf84922e3..018707e6cf5e522a8527b8b6db57b5e4acc2a600 100644 (file)
@@ -114,6 +114,16 @@ cmd 'move workspace to output left';
 ($x0, $x1) = workspaces_per_screen();
 ok('5' ~~ @$x0, 'workspace 5 back on fake-0');
 
+# Verify that wrapping works
+cmd 'move workspace to output left';
+($x0, $x1) = workspaces_per_screen();
+ok('5' ~~ @$x1, 'workspace 5 on fake-1');
+
+# Put workspace 5 where it should
+cmd 'move workspace to output left';
+($x0, $x1) = workspaces_per_screen();
+ok('5' ~~ @$x0, 'workspace 5 on fake-0 again');
+
 ################################################################################
 # Verify that coordinates of floating windows are fixed correctly when moving a
 # workspace to a different output.