Bugzilla – Attachment 186822 Details for
Bug 40434
Add maxLength to the vendor definition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40434: Add tests
Bug-40434-Add-tests.patch (text/plain), 869 bytes, created by
Matt Blenkinsop
on 2025-09-23 15:10:47 UTC
(
hide
)
Description:
Bug 40434: Add tests
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-09-23 15:10:47 UTC
Size:
869 bytes
patch
obsolete
>From a3329c8fb852c1f6469650f8bb683e80a65b658d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Jul 2025 14:40:22 +0200 >Subject: [PATCH] Bug 40434: Add tests > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >--- > xt/api.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/xt/api.t b/xt/api.t >index 3aa2e7f90fc..40afaba013b 100755 >--- a/xt/api.t >+++ b/xt/api.t >@@ -15,6 +15,7 @@ > use Modern::Perl; > > use Test::More tests => 8; >+ > use Test::NoWarnings; > > use Test::Mojo; >@@ -206,6 +207,7 @@ subtest 'maxlength + enum' => sub { > library => 'Branch', > patron => 'Borrower', > patron_category => 'Category', >+ vendor => 'Aqbookseller', > }; > plan tests => scalar keys %$def_map; > my $schema = Koha::Database->new->schema; >-- >2.50.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 40434
:
184193
|
184194
|
186821
| 186822