Use z3950.indexdata.com instead of bagel.indexdata.com everywhere
[ZOOM-Perl-moved-to-github.git] / t / 23-resultset.t
index a8156e1..5e4d9c8 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: 23-resultset.t,v 1.4 2006-11-02 17:04:36 mike Exp $
+# $Id: 23-resultset.t,v 1.5 2006-11-02 17:48:26 mike Exp $
 
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 23-resultset.t'
@@ -8,7 +8,7 @@ use warnings;
 use Test::More tests => 23;
 BEGIN { use_ok('ZOOM') };
 
-my $host = "bagel.indexdata.com/gils";
+my $host = "z3950.indexdata.com/gils";
 my $conn;
 eval { $conn = new ZOOM::Connection($host, 0) };
 ok(!$@, "connection to '$host'");