Bugzilla – Attachment 158117 Details for
Bug 35190
Additional_fields table should allow null values for authorised_value_category
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35190: Adjust tests
Bug-35190-Adjust-tests.patch (text/plain), 1.01 KB, created by
Marcel de Rooy
on 2023-10-31 13:20:11 UTC
(
hide
)
Description:
Bug 35190: Adjust tests
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-10-31 13:20:11 UTC
Size:
1.01 KB
patch
obsolete
>From ee7f863f7033323ff0e675c54b79cc59c4b6d534 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Mon, 30 Oct 2023 12:07:28 -0400 >Subject: [PATCH] Bug 35190: Adjust tests >Content-Type: text/plain; charset=utf-8 > >Test plan: >prove t/db_dependent/Koha/AdditionalField.t > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Koha/AdditionalField.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/AdditionalField.t b/t/db_dependent/Koha/AdditionalField.t >index db2d50d8fa..b369dc7ce2 100755 >--- a/t/db_dependent/Koha/AdditionalField.t >+++ b/t/db_dependent/Koha/AdditionalField.t >@@ -30,7 +30,7 @@ subtest 'effective_authorised_value_category' => sub { > ); > $field->store()->discard_changes(); > >- is($field->effective_authorised_value_category, '', 'no default category'); >+ is($field->effective_authorised_value_category, undef, 'no default category'); > > $field = Koha::AdditionalField->new( > { >-- >2.30.2
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 35190
:
158087
|
158088
|
158089
|
158090
|
158116
|
158117
|
158118
|
158203
|
158204
|
158205