From: Michael Stapelberg Date: Thu, 27 Oct 2011 20:22:41 +0000 (+0100) Subject: t/124-move.t: re-activate test for useless move commands X-Git-Tag: 4.1~40^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ca0c2a46e434e546c59537189b4cdf9ad1268e2f;p=i3%2Fi3 t/124-move.t: re-activate test for useless move commands --- diff --git a/testcases/t/124-move.t b/testcases/t/124-move.t index 4df3a2a1..936693fe 100644 --- a/testcases/t/124-move.t +++ b/testcases/t/124-move.t @@ -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