X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=t%2F1-Net-Z3950-ZOOM.t;h=a35894eedfe2b8eb5acba0f667f37f9d4d4514bc;hb=08672ace7ae2c0112e1ded649f59c5ffb379d764;hp=2727e7d06c5a36a7ed30b2ed6acfb3ae1a7a3cdd;hpb=51a3404326b18d3ff6e7978e1be0046c54ab1770;p=ZOOM-Perl-moved-to-github.git diff --git a/t/1-Net-Z3950-ZOOM.t b/t/1-Net-Z3950-ZOOM.t index 2727e7d..a35894e 100644 --- a/t/1-Net-Z3950-ZOOM.t +++ b/t/1-Net-Z3950-ZOOM.t @@ -1,4 +1,4 @@ -# $Id: 1-Net-Z3950-ZOOM.t,v 1.3 2005-10-12 13:26:26 mike Exp $ +# $Id: 1-Net-Z3950-ZOOM.t,v 1.4 2005-10-12 14:36:17 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl Net-Z3950-ZOOM.t' @@ -43,7 +43,7 @@ ok($errcode == Net::Z3950::ZOOM::ERROR_INVALID_QUERY, "search for invalid query '$query' fails"); $query = '@attr 1=4 minerals'; -my $rs = Net::Z3950::ZOOM::connection_search_pqf($conn, $query); +$rs = Net::Z3950::ZOOM::connection_search_pqf($conn, $query); $errcode = Net::Z3950::ZOOM::connection_error($conn, $errmsg, $addinfo); ok($errcode == 0, "search for '$query' OK");