X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FTitle.pm;h=16d3a0640a87ffbdc04c3f7f6fd32caf1ce47cd0;hb=dbf1fadda290f6fa6d6e6539954667aad75639c9;hp=44ef9f8f17b8cd177a549ffde16546aaa33c23db;hpb=5a61be14a41e45b072d974f16df805c61f9eb7f3;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 44ef9f8..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.7 2006-10-12 16:54:13 mike Exp $ # See the "Main" test package for documentation @@ -11,13 +10,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=4 mineral', undef, - ZOOM::Event::RECV_SEARCH, \&found, + $conn->irspy_search_pqf('@attr 1=4 mineral', undef, {}, + ZOOM::Event::ZEND, \&found, "exception", \&error); } @@ -43,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; }