Bug 26781: (follow-up) Adjust tests as fields are no longer completely removed
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
46c29c8e46
commit
03742a1e24
1 changed files with 12 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue