Bugzilla – Attachment 183370 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), 852 bytes, created by
Jonathan Druart
on 2025-06-19 09:22:05 UTC
(
hide
)
Description:
Bug 40179: Adjust tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-06-19 09:22:05 UTC
Size:
852 bytes
patch
obsolete
>From 3c4f1f8e833ed371eb874f62142646e3f1ca08dd 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 > >--- > xt/api.t | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/xt/api.t b/xt/api.t >index 7015362a557..2f55b0c027a 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.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 40179
: 183370 |
183371