X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FDBDate.pm;fp=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FDBDate.pm;h=4ecdc912ef7832ad7721f2994045043397a43228;hb=5550a26d54f5f5e65eb30f3f2b383f9836082dfb;hp=9005e4718664fc2d2fae8b0db90591a9caf7c9e1;hpb=67fd06f7fc317ab571a89000955976cda2879bd0;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test/Search/DBDate.pm b/lib/ZOOM/IRSpy/Test/Search/DBDate.pm index 9005e47..4ecdc91 100644 --- a/lib/ZOOM/IRSpy/Test/Search/DBDate.pm +++ b/lib/ZOOM/IRSpy/Test/Search/DBDate.pm @@ -1,4 +1,4 @@ -# $Id: DBDate.pm,v 1.1 2006-10-17 16:20:00 mike Exp $ +# $Id: DBDate.pm,v 1.2 2006-10-25 10:49:51 mike Exp $ # This plugin tests searching on BIB-1 access-point 1011 (Date/time # added to db), the significance of which is that this search @@ -22,7 +22,7 @@ sub start { my $class = shift(); my($conn) = @_; - $conn->irspy_search_pqf('@attr 1=1011 mineral', undef, + $conn->irspy_search_pqf('@attr 1=1011 mineral', undef, {}, ZOOM::Event::RECV_SEARCH, \&found, "exception", \&error); }