X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FDBDate.pm;h=535947762ddffc12e643b12ad66f7449972fc13c;hp=a7f35196b190c61ff9de30e7953524fb2adb5fee;hb=0efdae771415f6d2aca5a9a30d8c5364da01299e;hpb=70d8943f414865746494f471cb3db81c85a65799 diff --git a/lib/ZOOM/IRSpy/Test/Search/DBDate.pm b/lib/ZOOM/IRSpy/Test/Search/DBDate.pm index a7f3519..5359477 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.3 2006-11-29 18:18:38 mike Exp $ +# $Id: DBDate.pm,v 1.4 2007-02-23 15:03:44 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 @@ -25,7 +25,7 @@ sub start { my($conn) = @_; $conn->irspy_search_pqf('@attr 1=1011 mineral', undef, {}, - ZOOM::Event::RECV_SEARCH, \&found, + ZOOM::Event::ZEND, \&found, "exception", \&error); }