Bugzilla – Attachment 183736 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), 798 bytes, created by
Matt Blenkinsop
on 2025-07-03 10:08:03 UTC
(
hide
)
Description:
Bug 40177: Adjust tests
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-07-03 10:08:03 UTC
Size:
798 bytes
patch
obsolete
>From 40e987655e46e2609a1e9782e74fa15780722623 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 > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >--- > 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.48.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
|
183732
|
183733
| 183736 |
183737