X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=t%2F24-sorting.t;h=e7f1b77074e9c97c0dc24278a3b88b714d78d86f;hb=3de4d31c929b337b87b64122fbede553c5586f5a;hp=f6e0fe44aac69443dbae7c1cf642dafd4119b8cc;hpb=93ecc02aa84476d2b3b154e61624001f309819bc;p=ZOOM-Perl-moved-to-github.git diff --git a/t/24-sorting.t b/t/24-sorting.t index f6e0fe4..e7f1b77 100644 --- a/t/24-sorting.t +++ b/t/24-sorting.t @@ -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'");