add boilerplate to all testcases with documentation references
This commit is contained in:
testcases/t
001-tile.t002-i3-sync.t003-ipc.t004-unmanaged.t005-floating.t100-fullscreen.t101-focus.t102-dock.t103-move.t104-focus-stack.t105-stacking.t111-goto.t112-floating-resize.t113-urgent.t114-client-leader.t115-ipc-workspaces.t116-nestedcons.t117-workspace.t118-openkill.t119-match.t120-multiple-cmds.t121-next-prev.t122-split.t124-move.t126-regress-close.t127-regress-floating-parent.t128-open-order.t129-focus-after-close.t130-close-empty-split.t131-stacking-order.t132-move-workspace.t133-size-hints.t134-invalid-command.t135-floating-focus.t136-floating-ws-empty.t137-floating-unmap.t138-floating-attach.t139-ws-numbers.t140-focus-lost.t141-resize.t142-regress-move-floating.t143-regress-floating-restart.t144-regress-floating-resize.t145-flattening.t146-floating-reinsert.t147-regress-floatingmove.t148-regress-floatingmovews.t150-regress-dock-restart.t151-regress-float-size.t152-regress-level-up.t153-floating-originalsize.t154-regress-multiple-dock.t155-floating-split-size.t156-fullscreen-focus.t158-wm_take_focus.t159-socketpaths.t161-regress-borders-restart.t162-regress-dock-urgent.t163-wm-state.t164-kill-win-vs-client.t165-for_window.t166-assign.t167-workspace_layout.t168-regress-fullscreen-restart.t169-border-toggle.t170-force_focus_wrapping.t171-config-migrate.t172-start-on-named-ws.t173-get-marks.t173-regress-focus-assign.t174-border-config.t174-regress-focus-toggle.t175-startup-notification.t176-workspace-baf.t177-bar-config.t178-regress-workspace-open.t179-regress-multiple-ws.t180-fd-leaks.t181-regress-float-border.t182-regress-focus-dock.t183-config-variables.t184-regress-float-split-resize.t185-scratchpad.t186-regress-assign-focus-parent.t187-commands-parser.t188-regress-focus-restart.t189-floating-constraints.t190-scratchpad-diff-ws.t191-resize-levels.t192-layout.t193-ipc-version.t194-regress-floating-size.t195-net-active-window.t196-randr-output-names.t197-regression-move-vanish.t500-multi-monitor.t501-scratchpad.t502-focus-output.t503-workspace.t504-move-workspace-to-output.t505-scratchpad-resolution.t
@@ -1,5 +1,19 @@
|
||||
#!perl
|
||||
# vim:ts=4:sw=4:expandtab
|
||||
#
|
||||
# Please read the following documents before working on tests:
|
||||
# • http://build.i3wm.org/docs/testsuite.html
|
||||
# (or docs/testsuite)
|
||||
#
|
||||
# • http://build.i3wm.org/docs/lib-i3test.html
|
||||
# (alternatively: perldoc ./testcases/lib/i3test.pm)
|
||||
#
|
||||
# • http://build.i3wm.org/docs/ipc.html
|
||||
# (or docs/ipc)
|
||||
#
|
||||
# • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
|
||||
# (unless you are already familiar with Perl)
|
||||
#
|
||||
# Verifies that the _NET_ACTIVE_WINDOW message only changes focus when the
|
||||
# window is on a visible workspace.
|
||||
# ticket #774, bug still present in commit 1e49f1b08a3035c1f238fcd6615e332216ab582e
|
||||
|
Reference in New Issue
Block a user