]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/132-move-workspace.t
Merge branch 'next' into master
[i3/i3] / testcases / t / 132-move-workspace.t
index 1a4beacc6cc177ef30f1c11b1193467b30e28871..60705f96d4de586998724d1270f77d6c3721e4ca 100644 (file)
@@ -339,4 +339,15 @@ $ws = get_ws($tmp2);
 is_num_children($tmp2, 0, 'no regular nodes on second workspace');
 is(@{$ws->{floating_nodes}}, 1, 'one floating node on second workspace');
 
+###################################################################
+# Check that moving an empty workspace using criteria doesn't
+# create unfocused empty workspace.
+###################################################################
+$tmp2 = get_unused_workspace();
+$tmp = fresh_workspace();
+cmd 'mark a';
+cmd "[con_mark=a] move to workspace $tmp2";
+
+is (get_ws($tmp2), undef, 'No empty workspace created');
+
 done_testing;