X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=t%2F24-sorting.t;h=e7f1b77074e9c97c0dc24278a3b88b714d78d86f;hb=5b29d7492ee162e5411bb9c383c2dd219fcbc631;hp=381cf8c8d1932aa6acf793d8c04f2c84c56d839c;hpb=ae5c2b81234af64a77295188f6fc90ede3589723;p=ZOOM-Perl-moved-to-github.git diff --git a/t/24-sorting.t b/t/24-sorting.t index 381cf8c..e7f1b77 100644 --- a/t/24-sorting.t +++ b/t/24-sorting.t @@ -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'");