change "z3950.loc.gov:7090" in documentation and examples, ZOOM-23
[ZOOM-Perl-moved-to-github.git] / t / 28-charset.t
index 16773f0..11c6cbf 100644 (file)
@@ -7,7 +7,7 @@ use Test::More tests => 9;
 
 BEGIN { use_ok('ZOOM') };
 
-my $host = "z3950.loc.gov:7090/voyager";
+my $host = "lx2.loc.gov:210/LCDB";
 my $conn;
 eval { $conn = new ZOOM::Connection($host) };
 ok(!$@, "connection to '$host'");