Bugzilla – Attachment 66896 Details for
Bug 19262
pod_spell.t does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19262: Remove xt/author/pod_spell.t
Bug-19262-Remove-xtauthorpodspellt.patch (text/plain), 1.52 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-09-06 17:21:12 UTC
(
hide
)
Description:
Bug 19262: Remove xt/author/pod_spell.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-09-06 17:21:12 UTC
Size:
1.52 KB
patch
obsolete
>From 0e73ba0ab60e234c298b4873f3eb889cb3c4653e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 6 Sep 2017 10:42:28 -0300 >Subject: [PATCH] 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> >--- > xt/author/pod_spell.t | 22 ---------------------- > 1 file changed, 22 deletions(-) > delete mode 100644 xt/author/pod_spell.t > >diff --git a/xt/author/pod_spell.t b/xt/author/pod_spell.t >deleted file mode 100644 >index 65f7e0bc02..0000000000 >--- a/xt/author/pod_spell.t >+++ /dev/null >@@ -1,22 +0,0 @@ >-#!/usr/bin/env perl >-use strict; >-use warnings; >- >-=head2 pod_spell.t >- >-This test script attempts to spellcheck text in perl's POD >-documentation. >- >-You must have Test::Spelling installed. >- >-One good way to run this is with C<prove -v >-xt/author/pod_spell.t> >- >-=cut >- >-use Test::More; >-eval "use Test::Spelling"; >-plan skip_all => "Test::Spelling required for testing POD spelling" if $@; >- >-all_pod_files_spelling_ok(); >- >-- >2.14.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19262
:
66871
| 66896