Bugzilla – Attachment 184619 Details for
Bug 40511
Add maxLength to the eHoldings title definition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40511: Add unit test
Bug-40511-Add-unit-test.patch (text/plain), 1.05 KB, created by
Matt Blenkinsop
on 2025-07-25 08:18:08 UTC
(
hide
)
Description:
Bug 40511: Add unit test
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-07-25 08:18:08 UTC
Size:
1.05 KB
patch
obsolete
>From bcfb4a8d8168b49d1a7640595c643bd2b4f4acd5 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Fri, 25 Jul 2025 09:17:40 +0100 >Subject: [PATCH] Bug 40511: Add unit test > >--- > xt/api.t | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > >diff --git a/xt/api.t b/xt/api.t >index 40afaba013b..5d2bdd3203b 100755 >--- a/xt/api.t >+++ b/xt/api.t >@@ -203,11 +203,12 @@ subtest 'maxlength + enum' => sub { > my $def_map = { > > # api def => schema >- item => 'Item', >- library => 'Branch', >- patron => 'Borrower', >- patron_category => 'Category', >- vendor => 'Aqbookseller', >+ item => 'Item', >+ library => 'Branch', >+ patron => 'Borrower', >+ patron_category => 'Category', >+ vendor => 'Aqbookseller', >+ erm_eholdings_title => 'ErmEholdingsTitle' > }; > 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 40511
:
184618
| 184619