Bugzilla – Attachment 99982 Details for
Bug 24757
t/db_dependent/Koha/Patrons.t get_age fails on February 28 in a Leap Year
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24757: (RM follow-up) Restore test count
Bug-24757-RM-follow-up-Restore-test-count.patch (text/plain), 810 bytes, created by
Martin Renvoize (ashimema)
on 2020-03-03 10:31:28 UTC
(
hide
)
Description:
Bug 24757: (RM follow-up) Restore test count
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-03-03 10:31:28 UTC
Size:
810 bytes
patch
obsolete
>From bd9960a2d209bbcf9a23d0a5b1ade4ccb77ec2ca Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 3 Mar 2020 10:30:32 +0000 >Subject: [PATCH] Bug 24757: (RM follow-up) Restore test count > >Somehow we lost a '0' on the test count for >t/db_dependent/Koha/Patrons.t > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/Koha/Patrons.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Patrons.t b/t/db_dependent/Koha/Patrons.t >index a275f03c0a..6e9926c2db 100644 >--- a/t/db_dependent/Koha/Patrons.t >+++ b/t/db_dependent/Koha/Patrons.t >@@ -19,7 +19,7 @@ > > use Modern::Perl; > >-use Test::More tests => 4; >+use Test::More tests => 40; > use Test::Warn; > use Test::Exception; > use Test::MockModule; >-- >2.20.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 24757
:
99861
|
99862
|
99863
|
99864
|
99865
|
99866
|
99867
|
99868
| 99982