X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FTitle.pm;h=2bf4f09dd420bf06fa3df0246cd4158209521622;hp=019d098c19af85603dcd3459a00271fd726e61d4;hb=2f34c4f75b58742f952cea924bd94d5499928ee0;hpb=f533703a502bcee33042aa852927cb226b5990f7 diff --git a/lib/ZOOM/IRSpy/Test/Search/Title.pm b/lib/ZOOM/IRSpy/Test/Search/Title.pm index 019d098..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.3 2006-07-24 17:02:51 mike Exp $ +# $Id: Title.pm,v 1.4 2006-09-13 16:30:27 mike Exp $ # See the "Main" test package for documentation @@ -30,10 +30,10 @@ 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"); + my $rec = $irspy->record($conn); $rec->append_entry("irspy:status", "" . $irspy->isodate(time()) . ""); return 0;