Debian dependency on libmarc-record-perl
[ZOOM-Perl-moved-to-github.git] / t / 24-sorting.t
index 381cf8c..e7f1b77 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 24-sorting.t,v 1.6 2006-11-02 17:04:36 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 24-sorting.t'
 
@@ -10,7 +8,7 @@ use MARC::Record;
 
 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'");