Bugzilla – Attachment 83146 Details for
Bug 21848
Resolve unac_string warning from Circulation.t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21848: Counterpatch to resolve unac_string warning
Bug-21848-Counterpatch-to-resolve-unacstring-warni.patch (text/plain), 801 bytes, created by
Marcel de Rooy
on 2018-12-13 12:09:58 UTC
(
hide
)
Description:
Bug 21848: Counterpatch to resolve unac_string warning
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-12-13 12:09:58 UTC
Size:
801 bytes
patch
obsolete
>From bae13451a468a034ca5b68a3d442a134a8598674 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 13 Dec 2018 13:07:48 +0100 >Subject: [PATCH] Bug 21848: Counterpatch to resolve unac_string warning >Content-Type: text/plain; charset=utf-8 > >Just add "use utf8". > >Test plan: >Prove Circulation.t without warnings. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Circulation.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t >index 02b45c3..daafe4a 100755 >--- a/t/db_dependent/Circulation.t >+++ b/t/db_dependent/Circulation.t >@@ -16,6 +16,7 @@ > # along with Koha; if not, see <http://www.gnu.org/licenses>. > > use Modern::Perl; >+use utf8; > > use Test::More tests => 122; > >-- >2.1.4
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 21848
:
82384
|
82385
|
83146
|
83210
|
83211
|
83217
|
83218