X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=t%2F24-sorting.t;h=c3e7cf3e5d5a8ed1464c51343be243acc80b1824;hb=a99a7403b08bee36fad125cf50f4f0f5c3de99a2;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..c3e7cf3 100644 --- a/t/24-sorting.t +++ b/t/24-sorting.t @@ -1,4 +1,4 @@ -# $Id: 24-sorting.t,v 1.5 2005-11-18 17:53:16 mike Exp $ +# $Id: 24-sorting.t,v 1.7 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 24-sorting.t' @@ -10,7 +10,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'");