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

(-)a/t/db_dependent/XISBN.t (-2 / +1 lines)
Lines 21-27 BEGIN { Link Here
21
# KohaTest::create_test_database();
21
# KohaTest::create_test_database();
22
22
23
my $isbn = '0590353403';
23
my $isbn = '0590353403';
24
my $isbn2 = '0747554560';
24
my $isbn2 = '0684843897';
25
25
26
my $marc_record=MARC::Record->new;
26
my $marc_record=MARC::Record->new;
27
my $field = MARC::Field->new('020','','','a' => $isbn);
27
my $field = MARC::Field->new('020','','','a' => $isbn);
28
- 

Return to bug 5327