From 7c3c50c5cc9f8db14ab23db99518ab3568bf8945 Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Thu, 6 Sep 2018 03:38:45 +0300 Subject: [PATCH] Improve comment from #3245 --- testcases/t/522-rename-assigned-workspace.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testcases/t/522-rename-assigned-workspace.t b/testcases/t/522-rename-assigned-workspace.t index 824f4a06..af3b3262 100644 --- a/testcases/t/522-rename-assigned-workspace.t +++ b/testcases/t/522-rename-assigned-workspace.t @@ -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 a workspace, so that it becomes assigned to the focused -# output's workspace (and the focused output is empty) should -# result in the original workspace replacing the originally -# focused 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. +# See issue #3228. ########################################################################## cmd 'workspace baz'; cmd 'rename workspace 5 to 2'; 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 -- 2.39.5