Bugzilla – Attachment 183728 Details for
Bug 40179
Add maxLength to the patron's category definition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40179: Adjust tests
Bug-40179-Adjust-tests.patch (text/plain), 898 bytes, created by
David Nind
on 2025-07-03 09:24:17 UTC
(
hide
)
Description:
Bug 40179: Adjust tests
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-07-03 09:24:17 UTC
Size:
898 bytes
patch
obsolete
>From bc8798083da6e6409647756305326176a588aa80 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 19 Jun 2025 11:16:13 +0200 >Subject: [PATCH] Bug 40179: Adjust tests > >Signed-off-by: David Nind <david@davidnind.com> >--- > xt/api.t | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/xt/api.t b/xt/api.t >index 7015362a55..2f55b0c027 100755 >--- a/xt/api.t >+++ b/xt/api.t >@@ -202,9 +202,10 @@ subtest 'maxlength + enum' => sub { > my $def_map = { > > # api def => schema >- item => 'Item', >- library => 'Branch', >- patron => 'Borrower', >+ item => 'Item', >+ library => 'Branch', >+ patron => 'Borrower', >+ patron_category => 'Category', > }; > plan tests => scalar keys %$def_map; > my $schema = Koha::Database->new->schema; >-- >2.39.5
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 40179
:
183370
|
183371
|
183728
|
183729
|
183740
|
183741