tests: rename files (00x-*.t is basic stuff, >=100-*.t are tests using IPC)
This commit is contained in:
17
testcases/t/151-regress-float-size.t
Normal file
17
testcases/t/151-regress-float-size.t
Normal file
@ -0,0 +1,17 @@
|
||||
#!perl
|
||||
# vim:ts=4:sw=4:expandtab
|
||||
#
|
||||
# Regression test for setting a window to floating, tiling and opening a new window
|
||||
#
|
||||
use i3test;
|
||||
|
||||
fresh_workspace;
|
||||
|
||||
cmd 'open';
|
||||
cmd 'mode toggle';
|
||||
cmd 'mode toggle';
|
||||
cmd 'open';
|
||||
|
||||
does_i3_live;
|
||||
|
||||
done_testing;
|
Reference in New Issue
Block a user