]> git.sur5r.net Git - i3/i3/commitdiff
Improve comment from #3245
authorOrestis Floros <orestisf1993@gmail.com>
Thu, 6 Sep 2018 00:38:45 +0000 (03:38 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Thu, 6 Sep 2018 00:42:06 +0000 (03:42 +0300)
testcases/t/522-rename-assigned-workspace.t

index 824f4a062ddba6be888842425c9fe69ed6e1f280..af3b3262a4dad041accdf75b49d3bc478ee3a5af 100644 (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 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