X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FDBDate.pm;h=535947762ddffc12e643b12ad66f7449972fc13c;hb=49b4c8568a62fa6935ecad17881be2da15959b03;hp=4ecdc912ef7832ad7721f2994045043397a43228;hpb=3eb45f19a5b14ee0daf4f54d1566126e1a1c44e9;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 4ecdc91..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.2 2006-10-25 10:49:51 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 @@ -17,13 +17,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, + ZOOM::Event::ZEND, \&found, "exception", \&error); }