Bugzilla – Attachment 191056 Details for
Bug 32370
Provide a generic set of tools for JSON fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32370: (QA follow-up) Add https to license url, use Test::NoWarnings
457776e.patch (text/plain), 1.60 KB, created by
Kyle M Hall (khall)
on 2026-01-09 12:47:10 UTC
(
hide
)
Description:
Bug 32370: (QA follow-up) Add https to license url, use Test::NoWarnings
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2026-01-09 12:47:10 UTC
Size:
1.60 KB
patch
obsolete
>From 457776e1ba69c1951a3119804122c90bf9246e40 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 9 Jan 2026 07:42:49 -0500 >Subject: [PATCH] Bug 32370: (QA follow-up) Add https to license url, use > Test::NoWarnings > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Object/JSONFields.pm | 2 +- > t/db_dependent/Koha/Object/JSONField.t | 5 +++-- > 2 files changed, 4 insertions(+), 3 deletions(-) > >diff --git a/Koha/Object/JSONFields.pm b/Koha/Object/JSONFields.pm >index a13c2ad6d33..98f5be0a901 100644 >--- a/Koha/Object/JSONFields.pm >+++ b/Koha/Object/JSONFields.pm >@@ -13,7 +13,7 @@ package Koha::Object::JSONFields; > # GNU General Public License for more details. > # > # You should have received a copy of the GNU General Public License >-# along with Koha; if not, see <http://www.gnu.org/licenses>. >+# along with Koha; if not, see <https://www.gnu.org/licenses>. > > use Modern::Perl; > >diff --git a/t/db_dependent/Koha/Object/JSONField.t b/t/db_dependent/Koha/Object/JSONField.t >index 41b58f88cae..e3c9792d886 100755 >--- a/t/db_dependent/Koha/Object/JSONField.t >+++ b/t/db_dependent/Koha/Object/JSONField.t >@@ -15,14 +15,15 @@ > # GNU General Public License for more details. > # > # You should have received a copy of the GNU General Public License >-# along with Koha; if not, see <http://www.gnu.org/licenses>. >+# along with Koha; if not, see <https://www.gnu.org/licenses>. > > use Modern::Perl; > > use utf8; > >-use Test::More tests => 1; >+use Test::More tests => 2; > use Test::Exception; >+use Test::NoWarnings; > > use Koha::Auth::Identity::Providers; > >-- >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 32370
:
144329
|
144330
|
144331
|
144332
|
144333
|
144334
|
144347
|
144376
|
144377
|
144378
|
144445
|
145213
|
145214
|
145215
|
184914
|
184915
|
184916
|
191053
|
191054
|
191055
| 191056