]> git.sur5r.net Git - i3/i3/commitdiff
Testcase for #1607.
authorMichael Hofmann <mh21@mh21.de>
Mon, 30 Mar 2015 06:22:03 +0000 (08:22 +0200)
committerMichael Hofmann <mh21@mh21.de>
Mon, 30 Mar 2015 06:28:36 +0000 (08:28 +0200)
- crash in startup_sequence_rename_workspace because of NULL old_name

testcases/t/175-startup-notification.t

index 4ca41799ea5a06f1754c5b4f6333dcca930465d3..b27bed53ed0648c05a742919d26ab1fc98aa3c08 100644 (file)
@@ -155,6 +155,11 @@ cmd "rename workspace temp to $first_ws";
 
 is_num_children($first_ws, 3, 'three containers on the first workspace');
 
+# empty 'from' workspaces should not crash the renaming of startup sequences
+cmd "workspace $first_ws";
+cmd "rename workspace to temp";
+cmd "rename workspace to $first_ws";
+
 # Switch to the first workspace and move the focused window to the
 # second workspace.
 cmd "workspace $first_ws";