X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3.github.io;a=blobdiff_plain;f=docs%2Ftestsuite.html;h=894676538921354360ce01bfe05f69ec8f0f6a06;hp=35631251d65c3a92b012d9227bd312f6fa90106f;hb=34766c2a72c18bd20c3760d75d7c2aabbb2453dc;hpb=90423e9260dc217408b999bea3de1e29085dd56c diff --git a/docs/testsuite.html b/docs/testsuite.html index 3563125..8946765 100644 --- a/docs/testsuite.html +++ b/docs/testsuite.html @@ -85,14 +85,14 @@ The "Modern Perl" book, which can be found at

The latest Perl documentation of the "i3test" (general testcase setup) and "i3test::Test" (additional test instructions) modules: - http://build.i3wm.org/docs/lib-i3test.html respectively - http://build.i3wm.org/docs/lib-i3test-test.html + https://build.i3wm.org/docs/lib-i3test.html respectively + https://build.i3wm.org/docs/lib-i3test-test.html

  • The latest documentation on i3’s IPC interface: - http://build.i3wm.org/docs/ipc.html + https://build.i3wm.org/docs/ipc.html

  • @@ -140,7 +140,7 @@ client, simply called cpan. It comes with every Perl installation and c used to install the testsuite. Many users prefer to use the more modern cpanminus instead, though (because it asks no questions and just works):

    The tests additionally require Xephyr(1) to run a nested X server. Install -xserver-xephyr on Debian or xorg-xserver-xephyr on Arch Linux.

    +xserver-xephyr on Debian or xorg-server-xephyr on Arch Linux.

    Installing testsuite dependencies using cpanminus (preferred)
    @@ -148,6 +148,7 @@ used to install the testsuite. Many users prefer to use the more modern $ sudo apt-get install cpanminus $ sudo cpanm . $ cd ~/i3/AnyEvent-I3 +$ sudo cpanm Module::Install $ sudo cpanm .

    If you don’t want to use cpanminus for some reason, the same works with cpan:

    @@ -157,10 +158,11 @@ $ sudo cpanm .
    $ cd ~/i3/testcases
     $ sudo cpan .
     $ cd ~/i3/AnyEvent-I3
    +$ sudo cpan Module::Install
     $ sudo cpan .

    In case you don’t have root permissions, you can also install into your home -directory, see http://michael.stapelberg.de/cpan/

    +directory, see https://michael.stapelberg.de/cpan/

    3.2. Mechanisms

    @@ -295,7 +297,7 @@ use this tool to judge how effective your tests are.

    interface which i3 provides. It is used for the startup process of i3, for terminating it cleanly and (most importantly) for modifying and getting the current state (layout tree).

    -

    See [http://i3wm.org/docs/ipc.html] for documentation on the IPC interface.

    +

    See [https://i3wm.org/docs/ipc.html] for documentation on the IPC interface.

    3.2.4. X11::XCB