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=981e92e57ef22b3b141dd02dc4d190ccd4447aa2;hp=9005e4718664fc2d2fae8b0db90591a9caf7c9e1;hb=9d4080a34de173459de92addb712853190f66ceb;hpb=e4f457b4f7d81abea5cd5acedc424bc3fef1dca2 diff --git a/lib/ZOOM/IRSpy/Test/Search/DBDate.pm b/lib/ZOOM/IRSpy/Test/Search/DBDate.pm index 9005e47..981e92e 100644 --- a/lib/ZOOM/IRSpy/Test/Search/DBDate.pm +++ b/lib/ZOOM/IRSpy/Test/Search/DBDate.pm @@ -1,4 +1,3 @@ -# $Id: DBDate.pm,v 1.1 2006-10-17 16:20:00 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 @@ -17,13 +16,15 @@ use warnings; use ZOOM::IRSpy::Test; our @ISA = qw(ZOOM::IRSpy::Test); +use ZOOM::IRSpy::Utils qw(isodate); + sub start { my $class = shift(); my($conn) = @_; - $conn->irspy_search_pqf('@attr 1=1011 mineral', undef, - ZOOM::Event::RECV_SEARCH, \&found, + $conn->irspy_search_pqf('@attr 1=1011 mineral', undef, {}, + ZOOM::Event::ZEND, \&found, "exception", \&error); }