From 384c7c47d414a5735abc1b785f657aef32d8a004 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 30 Jan 2014 15:48:48 +0000 Subject: [PATCH] Bug 11439: (follow-up) adjust for change in list returned by OCLC XISBN The set of related ISBNs for the first Harry Potter book returned by OCLC's XISBN service has changed recently, so this patch adjusts the test to match. Signed-off-by: Galen Charlton (cherry picked from commit 6e21422d00f02c88384ce361dab86ccc44e92e49) Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/XISBN.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/XISBN.t b/t/db_dependent/XISBN.t index b9104682ef..552dd34eec 100755 --- a/t/db_dependent/XISBN.t +++ b/t/db_dependent/XISBN.t @@ -31,8 +31,9 @@ my ( $isbn_tag, $isbn_subfield ) = my $isbn1 = '0590353403'; # ThingISBN match : Silent Wing, First Edition 1998 my $isbn2 = '0684843897'; -# XISBN match : Harry Potter and the Philosopher's Stone, Magic ed. 2000 -my $isbn3 = '1551923963'; +# XISBN match : Harry Potter and the Sorcerer's Stone, +# 1. Scholastic mass market paperback printing1. +my $isbn3 = '043936213X'; my $biblionumber1 = _add_biblio_with_isbn($isbn1); my $biblionumber2 = _add_biblio_with_isbn($isbn2); -- 2.39.5