Bugzilla – Attachment 185063 Details for
Bug 22632
Add logging of merged patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22632: (QA follow-up) Add no warnings test
Bug-22632-QA-follow-up-Add-no-warnings-test.patch (text/plain), 786 bytes, created by
Nick Clemens (kidclamp)
on 2025-08-01 16:20:07 UTC
(
hide
)
Description:
Bug 22632: (QA follow-up) Add no warnings test
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-08-01 16:20:07 UTC
Size:
786 bytes
patch
obsolete
>From 143655b7cc94707bef4b83a08dc5fcb8865be24a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 1 Aug 2025 16:18:43 +0000 >Subject: [PATCH] Bug 22632: (QA follow-up) Add no warnings test > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/db_dependent/Koha/Patron/Log.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Patron/Log.t b/t/db_dependent/Koha/Patron/Log.t >index b18ec4f3f17..8734497ce61 100755 >--- a/t/db_dependent/Koha/Patron/Log.t >+++ b/t/db_dependent/Koha/Patron/Log.t >@@ -14,7 +14,8 @@ > # along with Koha; if not, see <http://www.gnu.org/licenses>. > > use Modern::Perl; >-use Test::More tests => 1; >+use Test::More tests => 2; >+use Test::NoWarnings; > > use Koha::ActionLogs; > >-- >2.39.5
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 22632
:
87778
|
87920
|
87921
|
87922
|
87923
|
87926
|
87995
|
87996
|
87997
|
87998
|
87999
|
88043
|
88044
|
88045
|
88046
|
89728
|
89729
|
89730
|
89731
|
157260
|
157261
|
157262
|
157263
|
157264
|
157265
|
157266
|
157267
|
157268
|
157269
|
157270
|
157271
|
157278
|
157281
|
157286
|
159553
|
159554
|
159555
|
159556
|
159557
|
159558
|
184493
|
184494
|
184495
|
184496
|
184497
|
184503
|
184504
|
184505
|
184506
|
184507
|
185058
|
185059
|
185060
|
185061
|
185062
| 185063