Bugzilla – Attachment 186452 Details for
Bug 39980
Vendors pages are broken when using Koha as a Mojolicious application
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39980: Add Test::NoWarnings
Bug-39980-Add-TestNoWarnings.patch (text/plain), 733 bytes, created by
Jonathan Druart
on 2025-09-16 08:36:16 UTC
(
hide
)
Description:
Bug 39980: Add Test::NoWarnings
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-16 08:36:16 UTC
Size:
733 bytes
patch
obsolete
>From 1c62c5261bbfb628e5316f5ab0f7c17104a4d5cd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Sep 2025 10:33:58 +0200 >Subject: [PATCH] Bug 39980: Add Test::NoWarnings > >--- > t/db_dependent/mojo/acquisition/vendors.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/mojo/acquisition/vendors.t b/t/db_dependent/mojo/acquisition/vendors.t >index c2e47f27716..05c784701fd 100755 >--- a/t/db_dependent/mojo/acquisition/vendors.t >+++ b/t/db_dependent/mojo/acquisition/vendors.t >@@ -2,7 +2,8 @@ > > use Modern::Perl; > >-use Test::More tests => 1; >+use Test::More tests => 2; >+use Test::NoWarnings; > use Test::Mojo; > use Koha::App::Intranet; > >-- >2.34.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 39980
:
182768
|
182769
|
182874
|
182875
|
184292
|
184293
|
186452
|
186475
|
186482
|
186483
|
186484
|
186485