]> 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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 23 Oct 2017 13:29:50 +0000 (15:29 +0200)
commitd8e09eaec4b7bcbeb66a4e33fbe1adb2fc976fcf
tree8ae603843b82126bb166d20d140517919dbec90b
parent17f207f2e98c3e962001864013046243b47deeb6
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>
xt/author/pod_spell.t [deleted file]