]> git.sur5r.net Git - i3/i3/commitdiff
t/124-move.t: re-activate test for useless move commands
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Oct 2011 20:22:41 +0000 (21:22 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Oct 2011 20:22:41 +0000 (21:22 +0100)
testcases/t/124-move.t

index 4df3a2a1fe951ee840ef38ff672bdcbf7ea32a4c..936693fe2ec57b9e56b487ef1e3589e4408a29b9 100644 (file)
@@ -24,13 +24,13 @@ is(@{$old_content}, 1, 'one container on this workspace');
 
 my $first = $old_content->[0]->{id};
 
-#cmd 'move before h';
-#cmd 'move before v';
-#cmd 'move after v';
-#cmd 'move after h';
+cmd 'move left';
+cmd 'move right';
+cmd 'move up';
+cmd 'move down';
 
 my $content = get_ws_content($tmp);
-#is_deeply($old_content, $content, 'workspace unmodified after useless moves');
+is_deeply($old_content, $content, 'workspace unmodified after useless moves');
 
 ######################################################################
 # 2) move a container before another single container