From: Mike Taylor Date: Wed, 13 Sep 2006 16:29:55 +0000 (+0000) Subject: Reorder X-Git-Tag: CPAN-v1.02~54^2~1079 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=2f34c4f75b58742f952cea924bd94d5499928ee0 Reorder --- diff --git a/lib/ZOOM/IRSpy/Test/Ping.pm b/lib/ZOOM/IRSpy/Test/Ping.pm index e2c7665..f81aaaf 100644 --- a/lib/ZOOM/IRSpy/Test/Ping.pm +++ b/lib/ZOOM/IRSpy/Test/Ping.pm @@ -1,4 +1,4 @@ -# $Id: Ping.pm,v 1.10 2006-07-24 17:02:20 mike Exp $ +# $Id: Ping.pm,v 1.11 2006-09-13 16:29:55 mike Exp $ # See the "Main" test package for documentation @@ -32,9 +32,9 @@ sub not_connected { maybe_connected(@_, 0) } sub maybe_connected { my($conn, $irspy, $rs, $event, $ok) = @_; - my $rec = $irspy->record($conn); $irspy->log("irspy_test", $conn->option("host"), ($ok ? "" : " not"), " connected"); + my $rec = $irspy->record($conn); $rec->append_entry("irspy:status", "" . $irspy->isodate(time()) . ""); $conn->option(pod_omit => 1) if !$ok; 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;