X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=t%2F22-query.t;h=5da0ceb147d2c939f334b1c425a7836ea71d5a48;hb=1d4eb0a13de635d26bb0c54acbd7347177c87a1d;hp=0399ff42506055b8733d4d43d9c6e6d9e90d9a18;hpb=53717af9568881db25df238b84b8465d8b649256;p=ZOOM-Perl-moved-to-github.git diff --git a/t/22-query.t b/t/22-query.t index 0399ff4..5da0ceb 100644 --- a/t/22-query.t +++ b/t/22-query.t @@ -1,4 +1,4 @@ -# $Id: 22-query.t,v 1.9 2006-10-10 16:58:14 mike Exp $ +# $Id: 22-query.t,v 1.11 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 22-query.t' @@ -51,7 +51,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 = "indexdata.com/gils"; +my $host = "z3950.indexdata.com/gils"; my $conn; eval { $conn = new ZOOM::Connection($host, 0, preferredRecordSyntax => "usmarc") };