Lines 241-247
subtest 'add() tests' => sub {
Link Here
|
241 |
first_editor => "First editor", |
241 |
first_editor => "First editor", |
242 |
parent_publication_title_id => |
242 |
parent_publication_title_id => |
243 |
"Title identifier of the parent publication", |
243 |
"Title identifier of the parent publication", |
244 |
preceeding_publication_title_id => |
244 |
preceding_publication_title_id => |
245 |
"Title identifier of any preceding publication title", |
245 |
"Title identifier of any preceding publication title", |
246 |
access_type => "Access type" |
246 |
access_type => "Access type" |
247 |
}; |
247 |
}; |
Lines 415-421
subtest 'update() tests' => sub {
Link Here
|
415 |
first_editor => "First editor", |
415 |
first_editor => "First editor", |
416 |
parent_publication_title_id => |
416 |
parent_publication_title_id => |
417 |
"Title identifier of the parent publication", |
417 |
"Title identifier of the parent publication", |
418 |
preceeding_publication_title_id => |
418 |
preceding_publication_title_id => |
419 |
"Title identifier of any preceding publication title", |
419 |
"Title identifier of any preceding publication title", |
420 |
access_type => "Access type" |
420 |
access_type => "Access type" |
421 |
}; |
421 |
}; |
422 |
- |
|
|