]> git.koha-community.org Git - koha.git/commit
Bug 19262: Remove xt/author/pod_spell.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 6 Sep 2017 13:42:28 +0000 (10:42 -0300)
committerMason James <mtj@kohaaloha.com>
Wed, 22 Nov 2017 09:10:01 +0000 (22:10 +1300)
commit05633b3ef8b8dc0189280f746bb7936b701da69b
treec209145eca6d2d91e336faa3423c6942afc3522a
parent08c105cf0b720bd2c3cbfc97bc2112cea1a5e184
Bug 19262: Remove xt/author/pod_spell.t

If you run `prove xt/author/pod_spell.t` without having Test::Spelling installed, it will skip the tests.

If you install the lib-test-spelling-perl, the test will fail:
xt/author/pod_spell.t .. You said to run 0 tests at xt/author/pod_spell.t line 21.
xt/author/pod_spell.t .. Dubious, test returned 25 (wstat 6400, 0x1900)
No subtests run

This is because the call to all_pod_files_spelling_ok is expecting a path

If we try to fix it with adding "." as parameter, the tests will raise tone of errors.

Let's remove this file

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 35e3de845c591958d66c6602940453f2a803a7ee)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit d8e09eaec4b7bcbeb66a4e33fbe1adb2fc976fcf)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
xt/author/pod_spell.t [deleted file]