Bugzilla – Attachment 112826 Details for
Bug 26781
Marc Modification Templates treat subfield 0 and no subfield set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26781: (follow-up) Adjust tests as fields are no longer completely removed
Bug-26781-follow-up-Adjust-tests-as-fields-are-no-.patch (text/plain), 1.19 KB, created by
Nick Clemens (kidclamp)
on 2020-11-02 11:24:24 UTC
(
hide
)
Description:
Bug 26781: (follow-up) Adjust tests as fields are no longer completely removed
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-11-02 11:24:24 UTC
Size:
1.19 KB
patch
obsolete
>From 2851a5b97cb400d9ece8db831a3a4c877a8639d5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 2 Nov 2020 11:24:02 +0000 >Subject: [PATCH] Bug 26781: (follow-up) Adjust tests as fields are no longer > completely removed > >--- > t/db_dependent/MarcModificationTemplates.t | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/t/db_dependent/MarcModificationTemplates.t b/t/db_dependent/MarcModificationTemplates.t >index aee89f6198..7fcd222ea5 100755 >--- a/t/db_dependent/MarcModificationTemplates.t >+++ b/t/db_dependent/MarcModificationTemplates.t >@@ -713,10 +713,22 @@ sub expected_record_0 { > 9 => '462', > ), > MARC::Field->new( >+ 600, '1', ' ', >+ a => 'Knuth, Donald Ervin', >+ d => '1938', >+ 0 => 'TestUpdated', >+ ), >+ MARC::Field->new( > 600, ' ', ' ', > 0 => 'TestUpdated', > ), > MARC::Field->new( >+ 100, '1', ' ', >+ a => 'Knuth, Donald Ervin', >+ d => '1938', >+ 0 => 'TestUpdated', >+ ), >+ MARC::Field->new( > 100, ' ', ' ', > 0 => 'TestUpdated', > ), >-- >2.11.0
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 26781
:
112164
|
112409
|
112433
|
112434
|
112488
| 112826