Bugzilla – Attachment 59369 Details for
Bug 17913
Merge three authority merge fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17913: [Follow-up] Another small fix for UNIMARC
Bug-17913-Follow-up-Another-small-fix-for-UNIMARC.patch (text/plain), 1.18 KB, created by
Julian Maurice
on 2017-01-20 13:10:13 UTC
(
hide
)
Description:
Bug 17913: [Follow-up] Another small fix for UNIMARC
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-01-20 13:10:13 UTC
Size:
1.18 KB
patch
obsolete
>From 1f3f5bbc8cc27f7db03fef11fafd5fd87abb1f9d Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 20 Jan 2017 12:54:56 +0100 >Subject: [PATCH] Bug 17913: [Follow-up] Another small fix for UNIMARC > >Adding another delete for field 100. >Will mock GetMarcBiblio on a new report. > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > t/db_dependent/Authorities/Merge.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Authorities/Merge.t b/t/db_dependent/Authorities/Merge.t >index c318f1670e..31026952b3 100755 >--- a/t/db_dependent/Authorities/Merge.t >+++ b/t/db_dependent/Authorities/Merge.t >@@ -134,6 +134,7 @@ subtest 'Test merge A1 to modified A1, test strict mode' => sub { > $index = 0; > $rv = C4::AuthoritiesMarc::merge( $authid1, $auth1old, $authid1, $auth1new ); > $biblio1 = GetMarcBiblio($biblionumber1); >+ $biblio1->delete_fields( $biblio1->field('100') ); # quick fix for UNIMARC > is( $biblio1->field(109)->subfield('b'), undef, 'Subfield overwritten in strict mode' ); > is( $biblio1->fields, scalar( $MARC1->fields ) - 1, 'strict mode should remove a duplicate 609' ); > is( $biblio1->field(609)->subfields, >-- >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 17913
:
59009
|
59010
|
59016
|
59017
|
59065
|
59066
|
59073
|
59078
|
59079
|
59080
|
59081
|
59082
|
59083
|
59084
|
59085
|
59089
|
59090
|
59102
|
59103
|
59104
|
59105
|
59106
|
59107
|
59108
|
59109
|
59110
|
59325
|
59326
|
59327
|
59328
|
59329
|
59330
|
59331
|
59332
|
59333
|
59352
|
59358
|
59360
|
59361
|
59362
|
59363
|
59364
|
59365
|
59366
|
59367
|
59368
| 59369 |
59370
|
59411
|
59412
|
59413
|
60042
|
60043
|
60341
|
60342