Bugzilla – Attachment 158088 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), 936 bytes, created by
Emily Lamancusa (emlam)
on 2023-10-30 17:26:15 UTC
(
hide
)
Description:
Bug 35190: Adjust tests
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2023-10-30 17:26:15 UTC
Size:
936 bytes
patch
obsolete
>From 892e8a89dab71515a15b00bf8fbefcdc3ac8d629 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 > >Test plan: >prove t/db_dependent/Koha/AdditionalField.t >--- > 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.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 35190
:
158087
|
158088
|
158089
|
158090
|
158116
|
158117
|
158118
|
158203
|
158204
|
158205