Obsoleted by new material in IDSoftwareRelease2010
[ZOOM-Perl-moved-to-github.git] / t / 24-sorting.t
index f6e0fe4..e7f1b77 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 24-sorting.t,v 1.5 2005-11-18 17:53:16 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 = "indexdata.com/gils";
+my $host = "z3950.indexdata.com/gils";
 my $conn;
 eval { $conn = new ZOOM::Connection($host, 0) };
 ok(!$@, "connection to '$host'");