projects
/
ZOOM-Perl-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc7deb1
)
the test expect marc-8 records, use database LCDB_MARC8
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 20 May 2015 11:00:47 +0000
(11:00 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 20 May 2015 11:00:47 +0000
(11:00 +0000)
t/28-charset.t
patch
|
blob
|
history
diff --git
a/t/28-charset.t
b/t/28-charset.t
index
11c6cbf
..
b7e9084
100644
(file)
--- 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'");