X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FTitle.pm;h=16d3a0640a87ffbdc04c3f7f6fd32caf1ce47cd0;hb=dbf1fadda290f6fa6d6e6539954667aad75639c9;hp=2705be61cc4d0c389e337534b81922e83472aba7;hpb=c3814e75a795a951ec1c89f9214709f8db9d233d;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test/Search/Title.pm b/lib/ZOOM/IRSpy/Test/Search/Title.pm index 2705be6..16d3a06 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Title.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Title.pm @@ -1,4 +1,3 @@ -# $Id: Title.pm,v 1.9 2006-11-29 18:18:38 mike Exp $ # See the "Main" test package for documentation @@ -19,7 +18,7 @@ sub start { my($conn) = @_; $conn->irspy_search_pqf('@attr 1=4 mineral', undef, {}, - ZOOM::Event::RECV_SEARCH, \&found, + ZOOM::Event::ZEND, \&found, "exception", \&error); } @@ -45,6 +44,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; }