X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FTitle.pm;h=2bf4f09dd420bf06fa3df0246cd4158209521622;hb=2f34c4f75b58742f952cea924bd94d5499928ee0;hp=122b170fc7cb8b6060e629542cdc34cd720ad096;hpb=923cb9cddef1371e9bc9b87406ee56db31f446f7;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 122b170..2bf4f09 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Title.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Title.pm @@ -1,4 +1,4 @@ -# $Id: Title.pm,v 1.2 2006-07-11 14:16:35 mike Exp $ +# $Id: Title.pm,v 1.4 2006-09-13 16:30:27 mike Exp $ # See the "Main" test package for documentation @@ -21,6 +21,7 @@ sub run { $pod->callback(ZOOM::Event::RECV_SEARCH, \&found); $pod->search_pqf('@attr 1=4 computer'); my $err = $pod->wait($irspy); + ### Should notice failure and log it. return 0; } @@ -29,11 +30,12 @@ sub run { sub found { my($conn, $irspy, $rs, $event) = @_; - my $rec = $irspy->record($conn); my $n = $rs->size(); $irspy->log("irspy_test", $conn->option("host"), " title search found $n record", $n==1 ? "" : "s"); - ### We should note the success or failure of the search in $rec + my $rec = $irspy->record($conn); + $rec->append_entry("irspy:status", "" . + $irspy->isodate(time()) . ""); return 0; }