Bugzilla – Attachment 131370 Details for
Bug 30035
Wrong month name in numbering pattern
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30035: Fix failing test
Bug-30035-Fix-failing-test.patch (text/plain), 927 bytes, created by
Jonathan Druart
on 2022-03-04 07:48:55 UTC
(
hide
)
Description:
Bug 30035: Fix failing test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-03-04 07:48:55 UTC
Size:
927 bytes
patch
obsolete
>From 1ab62cb240d6c0cde5acc36e413f9352bd73eabf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 4 Mar 2022 08:47:15 +0100 >Subject: [PATCH] Bug 30035: Fix failing test > >Looks like there was a change in the output for Spanish. >Can be 'ene.' in older versions > >Sponsored-by: Orex Digital >--- > t/db_dependent/Serials.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Serials.t b/t/db_dependent/Serials.t >index 293905d9312..c700fb6c56e 100755 >--- a/t/db_dependent/Serials.t >+++ b/t/db_dependent/Serials.t >@@ -466,7 +466,7 @@ subtest "_numeration" => sub { > $s = C4::Serials::_numeration(0, 'monthabrv', 'cat'); > is( $s, "de gen." ); > $s = C4::Serials::_numeration(0, 'monthabrv', 'es'); >- is( $s, "ene" ); >+ like( $s, qr{^ene\.?} ); > $s = C4::Serials::_numeration(0, 'monthabrv', 'fr'); > is( $s, "janv." ); > }; >-- >2.25.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 30035
:
130206
|
130913
|
131120
| 131370