X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=inline;f=t%2F12-query.t;h=459cbc913145b5b459c84882e5bdd3595e72e4ae;hb=bc1064f676d60c92f03cb0cf5d05fbca4f2fd7a6;hp=7804c37b5620df88de0c936e6e1a84c9e2856158;hpb=936c86478d4b955b3da078d52b3693622f0bd183;p=ZOOM-Perl-moved-to-github.git diff --git a/t/12-query.t b/t/12-query.t index 7804c37..459cbc9 100644 --- a/t/12-query.t +++ b/t/12-query.t @@ -1,4 +1,4 @@ -# $Id: 12-query.t,v 1.9 2006-11-02 17:48:26 mike Exp $ +# $Id: 12-query.t,v 1.10 2006-11-03 09:50:58 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 12-query.t' @@ -107,7 +107,6 @@ $q = Net::Z3950::ZOOM::query_create(); ok(defined $q, "create empty query"); my($ccl_errcode, $ccl_errstr, $ccl_errpos) = (0, "", 0); -### change documentation $res = Net::Z3950::ZOOM::query_ccl2rpn($q, 'ti=utah and', "ti u=4 s=pw\nab u=62 s=pw", @@ -120,8 +119,6 @@ Net::Z3950::ZOOM::query_destroy($q); # Do a successful client-compiled CCL search $q = Net::Z3950::ZOOM::query_create(); ok(defined $q, "create empty query"); -Net::Z3950::ZOOM::connection_option_set($conn, cclfile => - "samples/ccl/default.bib"); $res = Net::Z3950::ZOOM::query_ccl2rpn($q, 'ti=utah and ab=epicenter', "ti u=4 s=pw\nab u=62 s=pw",