X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=t%2F28-charset.t;fp=t%2F28-charset.t;h=b7e9084a50323d1f4050d3b45783172d66037a95;hb=eb27b4facd9945a1d8f595c9f67bf917ba13584f;hp=11c6cbf75e1c1789f10d49774133682d6de747eb;hpb=fc7deb12a6edf1333b40f9176cd929489a7b39df;p=ZOOM-Perl-moved-to-github.git diff --git a/t/28-charset.t b/t/28-charset.t index 11c6cbf..b7e9084 100644 --- a/t/28-charset.t +++ b/t/28-charset.t @@ -7,7 +7,7 @@ use Test::More tests => 9; BEGIN { use_ok('ZOOM') }; -my $host = "lx2.loc.gov:210/LCDB"; +my $host = "lx2.loc.gov:210/LCDB_MARC8"; my $conn; eval { $conn = new ZOOM::Connection($host) }; ok(!$@, "connection to '$host'");