Improve comment from #3245

This commit is contained in:
Orestis Floros 2018-09-06 03:38:45 +03:00
parent 09683d21a9
commit 7c3c50c5cc
No known key found for this signature in database
GPG Key ID: E9AD9F32E401E38F
1 changed files with 5 additions and 5 deletions

View File

@ -82,16 +82,16 @@ is(get_output_for_workspace('5'), 'fake-0',
'Renaming the workspace to a workspace assigned to a directional output should not move the workspace'); 'Renaming the workspace to a workspace assigned to a directional output should not move the workspace');
########################################################################## ##########################################################################
# Renaming a workspace, so that it becomes assigned to the focused # Renaming an unfocused workspace, triggering an assignment to the output
# output's workspace (and the focused output is empty) should # which holds the currently focused empty workspace should result in the
# result in the original workspace replacing the originally # original workspace replacing the empty one.
# focused workspace. # See issue #3228.
########################################################################## ##########################################################################
cmd 'workspace baz'; cmd 'workspace baz';
cmd 'rename workspace 5 to 2'; cmd 'rename workspace 5 to 2';
is(get_output_for_workspace('2'), 'fake-1', is(get_output_for_workspace('2'), 'fake-1',
'Renaming a workspace so that it moves to the focused output which contains only an empty workspace should replace the empty workspace'); 'Renaming an unfocused workspace, triggering an assignment to the output which holds the currently focused empty workspace should result in the original workspace replacing the empty one');
########################################################################## ##########################################################################
# Renaming a workspace with multiple assignments, where the first output # Renaming a workspace with multiple assignments, where the first output