]> git.sur5r.net Git - i3/i3/commit
tests: lib/i3test: Remove open_standard_window, introduce open_window
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 24 Sep 2011 14:11:37 +0000 (15:11 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 24 Sep 2011 14:11:37 +0000 (15:11 +0100)
commitde5286da594cf2dd7677ee7b0e1da3a2a4991013
tree31ae376ae9a7339b69101bd3269373620df6fec2
parentc3eb9f6c45b92bf4755ac1696fdf44212e3fc0f4
tests: lib/i3test: Remove open_standard_window, introduce open_window

open_window has a better API than open_standard_window. It uses named
parameters and supplies default values for everything you don’t specify. This
way, you can use every feature which X11::XCB::Window supports.
38 files changed:
testcases/t/05-ipc.t
testcases/t/06-focus.t
testcases/t/08-focus-stack.t
testcases/t/10-dock.t
testcases/t/11-goto.t
testcases/t/12-floating-resize.t
testcases/t/13-urgent.t
testcases/t/14-client-leader.t
testcases/t/19-match.t
testcases/t/29-focus-after-close.t
testcases/t/33-size-hints.t
testcases/t/35-floating-focus.t
testcases/t/36-floating-ws-empty.t
testcases/t/37-floating-unmap.t
testcases/t/38-floating-attach.t
testcases/t/39-ws-numbers.t
testcases/t/40-focus-lost.t
testcases/t/41-resize.t
testcases/t/45-flattening.t
testcases/t/46-floating-reinsert.t
testcases/t/47-regress-floatingmove.t
testcases/t/48-regress-floatingmovews.t
testcases/t/50-regress-dock-restart.t
testcases/t/53-floating-originalsize.t
testcases/t/54-regress-multiple-dock.t
testcases/t/55-floating-split-size.t
testcases/t/56-fullscreen-focus.t
testcases/t/57-regress-fullscreen-level-up.t
testcases/t/58-wm_take_focus.t
testcases/t/61-regress-borders-restart.t
testcases/t/63-wm-state.t
testcases/t/64-kill-win-vs-client.t
testcases/t/65-for_window.t
testcases/t/67-workspace_layout.t
testcases/t/68-regress-fullscreen-restart.t
testcases/t/70-force_focus_wrapping.t
testcases/t/74-border-config.t
testcases/t/lib/i3test.pm