Bugzilla – Attachment 184623 Details for
Bug 40512
Add maxLength to the erm agreements definition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40512: Add unit test
Bug-40512-Add-unit-test.patch (text/plain), 831 bytes, created by
Matt Blenkinsop
on 2025-07-25 08:35:03 UTC
(
hide
)
Description:
Bug 40512: Add unit test
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-07-25 08:35:03 UTC
Size:
831 bytes
patch
obsolete
>From 7cefcc109f6939da7e14e4f5e53ab3cfa085c4c5 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Fri, 25 Jul 2025 09:34:40 +0100 >Subject: [PATCH] Bug 40512: Add unit test > >--- > xt/api.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/xt/api.t b/xt/api.t >index 5d2bdd3203b..1c07fd93648 100755 >--- a/xt/api.t >+++ b/xt/api.t >@@ -208,7 +208,8 @@ subtest 'maxlength + enum' => sub { > patron => 'Borrower', > patron_category => 'Category', > vendor => 'Aqbookseller', >- erm_eholdings_title => 'ErmEholdingsTitle' >+ erm_eholdings_title => 'ErmEholdingsTitle', >+ erm_agreement => 'ErmAgreement' > }; > 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 40512
:
184622
| 184623