]> git.sur5r.net Git - i3/i3/commitdiff
tests: replace left-over move before/after commands (Thanks mxf)
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 21 Nov 2011 18:54:20 +0000 (18:54 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 21 Nov 2011 18:54:20 +0000 (18:54 +0000)
testcases/t/145-flattening.t
testcases/t/147-regress-floatingmove.t

index 904252e74c16fcf503e15144892d308bdddfca95..6810f479fdef2baf2bf900b18883ffbe1bafebe6 100644 (file)
@@ -21,8 +21,8 @@ my $left = open_window($x);
 my $mid = open_window($x);
 my $right = open_window($x);
 
-cmd 'move before v';
-cmd 'move after h';
+cmd 'move up';
+cmd 'move right';
 my $ws = get_ws($tmp);
 
 is($ws->{orientation}, 'horizontal', 'workspace orientation is horizontal');
index 771ace320f59f6b1f7b9754b646ec63e41d4d15c..5f14741b732902dcce6b95dbab5832d3ad5ac9b0 100644 (file)
@@ -29,14 +29,14 @@ cmd 'mode toggle';
 sleep 0.25;
 
 # move the con outside the floating con
-cmd 'move before v';
+cmd 'move up';
 sleep 0.25;
 
 does_i3_live;
 
 # move another con outside
 cmd '[id="' . $mid->id . '"] focus';
-cmd 'move before v';
+cmd 'move up';
 sleep 0.25;
 
 does_i3_live;