revert the replacement of a single h/v-split with its child container

Makes more problems than it creates. Will use a different fix suggested by
Merovius.
This commit is contained in:
Michael Stapelberg
2011-02-19 18:30:26 +01:00
parent 53d9072ca7
commit 6a6746b967
2 changed files with 1 additions and 25 deletions

View File

@ -109,7 +109,7 @@ is(@{$content}, 3, 'three nodes on this workspace');
# will be replaced by the con itself, so we will still have 3 nodes
$i3->command('move right')->recv;
$content = get_ws_content($tmp);
is(@{$content}, 3, 'two nodes on this workspace');
is(@{$content}, 2, 'two nodes on this workspace');
######################################################################
# 4) We create two v-split containers on the workspace, then we move