Bugzilla – Attachment 184194 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), 804 bytes, created by
Jonathan Druart
on 2025-07-17 12:45:32 UTC
(
hide
)
Description:
Bug 40434: Add tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-07-17 12:45:32 UTC
Size:
804 bytes
patch
obsolete
>From 4be0441de3481aa3bab20927a68ffa64b016d27a 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 > >--- > 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.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 40434
:
184193
| 184194