Bugzilla – Attachment 172339 Details for
Bug 33221
Send WELCOME notices by SMS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33221: (QA follow-up) Fix up unit tests
Bug-33221-QA-follow-up-Fix-up-unit-tests.patch (text/plain), 825 bytes, created by
Kyle M Hall (khall)
on 2024-10-03 11:36:21 UTC
(
hide
)
Description:
Bug 33221: (QA follow-up) Fix up unit tests
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-10-03 11:36:21 UTC
Size:
825 bytes
patch
obsolete
>From b803bd025f4560d6390871e9d7b081ffec727310 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 3 Oct 2024 07:23:21 -0400 >Subject: [PATCH] Bug 33221: (QA follow-up) Fix up unit tests > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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 4cd20cbdfa5..ab8c3ada1b2 100755 >--- a/t/db_dependent/Koha/Patrons.t >+++ b/t/db_dependent/Koha/Patrons.t >@@ -19,10 +19,11 @@ > > use Modern::Perl; > >-use Test::More tests => 44; >-use Test::Warn; >+use Test::More tests => 43; >+use Test::Deep qw( cmp_deeply ignore ); > use Test::Exception; > use Test::MockModule; >+use Test::Warn; > use Time::Fake; > use DateTime; > use JSON; >-- >2.39.2
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 33221
:
148152
|
148251
|
171712
|
172123
|
172126
|
172336
|
172337
|
172338
| 172339