diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-02 18:44:39 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-02 18:50:45 +0200 |
commit | 911c976f9bd7a9a2da179a1e017af90cf1f40b27 (patch) | |
tree | f4466638e17af9aa396bbe05a2c353258204ab06 /doc | |
parent | 5eb1a315526782bad054be694511d57dfd81f291 (diff) | |
download | weechat-911c976f9bd7a9a2da179a1e017af90cf1f40b27.zip |
tests: add tests on relay "irc" protocol
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 4 | ||||
-rw-r--r-- | doc/sr/weechat_dev.sr.adoc | 4 |
4 files changed, 12 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 562a09ad7..ff116c415 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -456,6 +456,8 @@ WeeChat "core" is located in following directories: | test-typing-status.cpp | Tests: typing status. | relay/ | Root of unit tests for Relay plugin. | test-relay-auth.cpp | Tests: clients authentication. +| irc/ | Root of unit tests for Relay "irc" protocol. +| test-relay-irc.cpp | Tests: Relay "irc" protocol. | xfer/ | Root of unit tests for Xfer plugin. | test-xfer-file.cpp | Tests: file functions. | test-xfer-network.cpp | Tests: network functions. diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index 33644161e..07a42bd7c 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -458,6 +458,8 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | test-typing-status.cpp | Tests : statut d'écriture. | relay/ | Racine des tests unitaires pour l'extension Relay. | test-relay-auth.cpp | Tests : authentification des clients. +| irc/ | Racine des tests unitaires pour le protocole relay "irc". +| test-relay-irc.cpp | Tests : Protocole relay "irc". | xfer/ | Racine des tests unitaires pour l'extension Xfer. | test-xfer-file.cpp | Tests : fonctions sur les fichiers. | test-xfer-network.cpp | Tests : fonctions réseau. diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 2c55b53de..7d0fa0bde 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -518,6 +518,10 @@ WeeChat "core" は以下のディレクトリに配置されています: // TRANSLATION MISSING | test-relay-auth.cpp | Tests: clients authentication. // TRANSLATION MISSING +| irc/ | Root of unit tests for Relay "irc" protocol. +// TRANSLATION MISSING +| test-relay-irc.cpp | Tests: Relay "irc" protocol. +// TRANSLATION MISSING | xfer/ | Root of unit tests for Xfer plugin. // TRANSLATION MISSING | test-xfer-file.cpp | Tests: file functions. diff --git a/doc/sr/weechat_dev.sr.adoc b/doc/sr/weechat_dev.sr.adoc index f9ec53f66..cd7280fe1 100644 --- a/doc/sr/weechat_dev.sr.adoc +++ b/doc/sr/weechat_dev.sr.adoc @@ -458,6 +458,10 @@ WeeChat „језгро” се налази у следећим директо | test-typing-status.cpp | Тестови: typing статус. | relay/ | Корен unit тестова за Релеј додатак. | test-relay-auth.cpp | Тестови: аутентификација клијената. +// TRANSLATION MISSING +| irc/ | Root of unit tests for Relay "irc" protocol. +// TRANSLATION MISSING +| test-relay-irc.cpp | Tests: Relay "irc" protocol. | xfer/ | Корен unit тестова за Xfer додатак. | test-xfer-file.cpp | Тестови: фајл функције. | test-xfer-network.cpp | Тестови: мрежне функције. |