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',