From: Mike Taylor Date: Mon, 24 Jul 2006 17:02:51 +0000 (+0000) Subject: Note successes in record. X-Git-Tag: CPAN-v1.02~54^2~1098 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=f873565f301b90012248fabe034b60ed51c78026;hp=81ce14d9106ce170dff26db630e2b56edf86e5d8 Note successes in record. (New comment: should note failures too!) --- diff --git a/lib/ZOOM/IRSpy/Test/Search/Title.pm b/lib/ZOOM/IRSpy/Test/Search/Title.pm index 122b170..019d098 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.3 2006-07-24 17:02:51 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; } @@ -33,7 +34,8 @@ sub found { 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 + $rec->append_entry("irspy:status", "" . + $irspy->isodate(time()) . ""); return 0; }