Lines 52-57
$module->mock(
Link Here
|
52 |
} elsif ( $authid eq '2' ) { |
52 |
} elsif ( $authid eq '2' ) { |
53 |
$record->add_fields( |
53 |
$record->add_fields( |
54 |
[ '001', '2' ], |
54 |
[ '001', '2' ], |
|
|
55 |
[ '008', '|| aca||aabn | a|a d' ], |
55 |
[ '151', ' ', ' ', a => 'New York (State)' ], |
56 |
[ '151', ' ', ' ', a => 'New York (State)' ], |
56 |
[ '551', ' ', ' ', a => 'United States', w => 'g', 9 => '1' ], |
57 |
[ '551', ' ', ' ', a => 'United States', w => 'g', 9 => '1' ], |
57 |
[ '751', ' ', ' ', a => 'United States', w => 'g', 9 => '1' ], |
58 |
[ '751', ' ', ' ', a => 'United States', w => 'g', 9 => '1' ], |
Lines 196-204
my $expected_marc21_summary = {
Link Here
|
196 |
'heading' => 'General subdivision' |
197 |
'heading' => 'General subdivision' |
197 |
} |
198 |
} |
198 |
], |
199 |
], |
199 |
'seefrom' => [], |
200 |
'seefrom' => [], |
200 |
'label' => 'Geographic Name', |
201 |
'label' => 'Geographic Name', |
201 |
'type' => 'Geographic Name', |
202 |
'type' => 'Geographic Name', |
|
|
203 |
'established' => '1', |
202 |
}; |
204 |
}; |
203 |
|
205 |
|
204 |
is_deeply( |
206 |
is_deeply( |
205 |
- |
|
|