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

(-)a/t/db_dependent/XISBN.t (-3 / +3 lines)
Lines 35-42 my ( $isbn_tag, $isbn_subfield ) = Link Here
35
my $isbn1 = '0590353403';
35
my $isbn1 = '0590353403';
36
# ThingISBN match : Silent Wing, First Edition 1998
36
# ThingISBN match : Silent Wing, First Edition 1998
37
my $isbn2 = '0684843897';
37
my $isbn2 = '0684843897';
38
# XISBN match : Harry Potter and the Philosopher's Stone, Magic ed. 2000
38
# XISBN match : Harry Potter and the Sorcerer's Stone,
39
my $isbn3 = '1551923963';
39
# 1. Scholastic mass market paperback printing1.
40
my $isbn3 = '043936213X';
40
41
41
my $biblionumber1 = _add_biblio_with_isbn($isbn1);
42
my $biblionumber1 = _add_biblio_with_isbn($isbn1);
42
my $biblionumber2 = _add_biblio_with_isbn($isbn2);
43
my $biblionumber2 = _add_biblio_with_isbn($isbn2);
43
- 

Return to bug 7683