Bugzilla – Attachment 193546 Details for
Bug 41036
Koha::ImportBatch is not logging errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41036: (QA follow-up) use nowarnings
185e828.patch (text/plain), 784 bytes, created by
Kyle M Hall (khall)
on 2026-02-20 13:38:17 UTC
(
hide
)
Description:
Bug 41036: (QA follow-up) use nowarnings
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2026-02-20 13:38:17 UTC
Size:
784 bytes
patch
obsolete
>From 185e82898eaec514ed4981f121ead6cac708e386 Mon Sep 17 00:00:00 2001 >From: John Doe <you@example.com> >Date: Fri, 20 Feb 2026 13:31:13 +0000 >Subject: [PATCH] Bug 41036: (QA follow-up) use nowarnings > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Koha/ImportBatch.t | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/ImportBatch.t b/t/db_dependent/Koha/ImportBatch.t >index 5fb7d519ad4..ee3b41f443c 100755 >--- a/t/db_dependent/Koha/ImportBatch.t >+++ b/t/db_dependent/Koha/ImportBatch.t >@@ -19,8 +19,10 @@ > > use Modern::Perl; > >+use Test::NoWarnings; >+ > use Test::MockModule; >-use Test::More tests => 2; >+use Test::More tests => 3; > > use t::lib::Mocks::Logger; > use t::lib::TestBuilder; >-- >2.50.1 (Apple Git-155) >
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 41036
:
188020
|
188021
|
190037
|
190038
|
193544
|
193545
| 193546