X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=t%2F22-query.t;h=4ffbd632749b96275a359b48aec57c9049fcdbdb;hb=9055af7e8ca536c22e1313bd33abe5cd0d04b738;hp=0f6141b7201fe6834ff7f0923da1cfab2b01f68a;hpb=ae5c2b81234af64a77295188f6fc90ede3589723;p=ZOOM-Perl-moved-to-github.git diff --git a/t/22-query.t b/t/22-query.t index 0f6141b..4ffbd63 100644 --- a/t/22-query.t +++ b/t/22-query.t @@ -1,5 +1,3 @@ -# $Id: 22-query.t,v 1.10 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 22-query.t' @@ -51,7 +49,7 @@ ok(1, "destroyed complex query"); # no other uses of query objects -- but we need to establish a # connection for it to work on first. -my $host = "bagel.indexdata.com/gils"; +my $host = "z3950.indexdata.com/gils"; my $conn; eval { $conn = new ZOOM::Connection($host, 0, preferredRecordSyntax => "usmarc") };