From 03742a1e246e68fa62c2f2fff963beba28f35c80 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 2 Nov 2020 11:24:02 +0000 Subject: [PATCH] Bug 26781: (follow-up) Adjust tests as fields are no longer completely removed Signed-off-by: Jonathan Druart --- 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 @@ -712,10 +712,22 @@ sub expected_record_0 { a => 'Computer programming.', 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.20.1