X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=t%2Fdb_dependent%2FXISBN.t;h=11159f6bdc9b0c81a6b8f25c701dc441672eaad7;hb=c1f4866312e445117df96b74bce9093fd0b25fa0;hp=a3c5c6da4f676642d91368ed4270f3b359d8ef28;hpb=03890c90ac41f66b2de04d0280e2e96a0d2e8be8;p=koha_fer diff --git a/t/db_dependent/XISBN.t b/t/db_dependent/XISBN.t index a3c5c6da4f..11159f6bdc 100755 --- a/t/db_dependent/XISBN.t +++ b/t/db_dependent/XISBN.t @@ -21,7 +21,7 @@ BEGIN { # KohaTest::create_test_database(); my $isbn = '0590353403'; -my $isbn2 = '0747554560'; +my $isbn2 = '0684843897'; my $marc_record=MARC::Record->new; my $field = MARC::Field->new('020','','','a' => $isbn);