View | Details | Raw Unified | Return to bug 19441
Collapse All | Expand All

(-)a/t/db_dependent/Biblio/Isbd.t (-1 / +1 lines)
Lines 42-47 $record->append_fields( Link Here
42
    MARC::Field->new('200', '', '', 'f' => 'Keith Lye'),
42
    MARC::Field->new('200', '', '', 'f' => 'Keith Lye'),
43
);
43
);
44
44
45
my ($bibnum, $title, $bibitemnum) = AddBiblio($record, '');
45
my $isbd = GetISBDView($bibnum);
46
my $isbd = GetISBDView($bibnum);
46
is($isbd, '<h2>Title : Mountains by Keith Lye</h2>', 'ISBD is correct');
47
is($isbd, '<h2>Title : Mountains by Keith Lye</h2>', 'ISBD is correct');
47
48
48
- 

Return to bug 19441