Bugzilla – Attachment 37092 Details for
Bug 13601
Get rid of DateTime::Format::DateParse
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13601: t/Letters.t needs to mock the dateformat pref
PASSED-QA-Bug-13601-tLetterst-needs-to-mock-the-da.patch (text/plain), 892 bytes, created by
Katrin Fischer
on 2015-03-22 19:57:16 UTC
(
hide
)
Description:
[PASSED QA] Bug 13601: t/Letters.t needs to mock the dateformat pref
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-03-22 19:57:16 UTC
Size:
892 bytes
patch
obsolete
>From 534f39716199bf9148f1d556349d8f333932f3bc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 16 Mar 2015 14:54:44 +0100 >Subject: [PATCH] [PASSED QA] Bug 13601: t/Letters.t needs to mock the > dateformat pref >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Test passes OK. >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > t/Letters.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/Letters.t b/t/Letters.t >index 18ae129..4a088da 100755 >--- a/t/Letters.t >+++ b/t/Letters.t >@@ -42,6 +42,8 @@ my $dbh = C4::Context->dbh(); > > $dbh->{mock_add_resultset} = $mock_letters; > >+t::lib::Mocks::mock_preference('dateformat', 'metric'); >+ > my $letters = C4::Letters::GetLetters(); > > my ( $ISBN_letter ) = grep {$_->{code} eq 'ISBN'} @$letters; >-- >1.9.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 13601
:
35405
|
35406
|
35407
|
35408
|
35433
|
36733
|
36734
|
36735
|
36736
|
36737
|
36745
|
36746
|
36747
|
36748
|
36754
|
36755
|
36756
|
36928
|
36933
|
36939
|
37023
|
37087
|
37088
|
37089
|
37090
|
37091
| 37092 |
37093