Bugzilla – Attachment 97175 Details for
Bug 14759
Replacement for Text::Unaccent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14759: Add test
Bug-14759-Add-test.patch (text/plain), 1.15 KB, created by
Marcel de Rooy
on 2020-01-10 10:19:24 UTC
(
hide
)
Description:
Bug 14759: Add test
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-01-10 10:19:24 UTC
Size:
1.15 KB
patch
obsolete
>From d25a1a9e6b881823d0095016d82de62663b9dc00 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 9 Jan 2020 16:17:12 +0100 >Subject: [PATCH] Bug 14759: Add test >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Koha/Patrons.t | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha/Patrons.t b/t/db_dependent/Koha/Patrons.t >index 2fb51bcaeb..f94bd2aba9 100644 >--- a/t/db_dependent/Koha/Patrons.t >+++ b/t/db_dependent/Koha/Patrons.t >@@ -27,6 +27,7 @@ use Time::Fake; > use DateTime; > use JSON; > use Data::Dumper; >+use utf8; > > use C4::Circulation; > use C4::Biblio; >@@ -1508,8 +1509,8 @@ subtest 'generate_userid' => sub { > ); > my %data = ( > cardnumber => "123456789", >- firstname => "Tomasito", >- surname => "None", >+ firstname => "Tômà sÃtó", >+ surname => "Ãoné", > categorycode => $patron_category->categorycode, > branchcode => $library->branchcode, > ); >-- >2.11.0
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 14759
:
42120
|
96974
|
97099
|
97100
|
97174
| 97175