Bugzilla – Attachment 183366 Details for
Bug 40177
Add maxLength to the library definition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40177: Adjust tests
Bug-40177-Adjust-tests.patch (text/plain), 685 bytes, created by
Jonathan Druart
on 2025-06-19 09:20:46 UTC
(
hide
)
Description:
Bug 40177: Adjust tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-06-19 09:20:46 UTC
Size:
685 bytes
patch
obsolete
>From 545ffaba9f7a997f0eecb3feee63bc374e98d5aa Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 19 Jun 2025 11:09:26 +0200 >Subject: [PATCH] Bug 40177: Adjust tests > >--- > xt/api.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/xt/api.t b/xt/api.t >index 7a51a298e7a..118642e8dbe 100755 >--- a/xt/api.t >+++ b/xt/api.t >@@ -202,7 +202,8 @@ subtest 'maxlength + enum' => sub { > my $def_map = { > > # api def => schema >- item => 'Item', >+ item => 'Item', >+ library => 'Branch', > }; > 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 40177
: 183366 |
183367