Add Ubuntu quantal
[ZOOM-Perl-moved-to-github.git] / t / 22-query.t
index 0399ff4..4ffbd63 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 22-query.t,v 1.9 2006-10-10 16:58:14 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 = "indexdata.com/gils";
+my $host = "z3950.indexdata.com/gils";
 my $conn;
 eval { $conn = new ZOOM::Connection($host, 0,
                                    preferredRecordSyntax => "usmarc") };