X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FDBDate.pm;h=b349f1bcf18d0d8ac1ddd91dbf15959d4108031a;hb=dbf1fadda290f6fa6d6e6539954667aad75639c9;hp=a7f35196b190c61ff9de30e7953524fb2adb5fee;hpb=20ea7e9bd29c412ee300e13e0da93f8298f45b6f;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 a7f3519..b349f1b 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.3 2006-11-29 18:18:38 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 +24,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); } @@ -51,6 +50,7 @@ sub error { my $rec = $conn->record(); $rec->append_entry("irspy:status", "" . isodate(time()) . ""); + zoom_error_timeout_update($conn, $exception); return ZOOM::IRSpy::Status::TEST_BAD; }