t/124-move.t: re-activate test for useless move commands
This commit is contained in:
parent
e25991f538
commit
ca0c2a46e4
|
@ -24,13 +24,13 @@ is(@{$old_content}, 1, 'one container on this workspace');
|
||||||
|
|
||||||
my $first = $old_content->[0]->{id};
|
my $first = $old_content->[0]->{id};
|
||||||
|
|
||||||
#cmd 'move before h';
|
cmd 'move left';
|
||||||
#cmd 'move before v';
|
cmd 'move right';
|
||||||
#cmd 'move after v';
|
cmd 'move up';
|
||||||
#cmd 'move after h';
|
cmd 'move down';
|
||||||
|
|
||||||
my $content = get_ws_content($tmp);
|
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
|
# 2) move a container before another single container
|
||||||
|
|
Loading…
Reference in New Issue