Remove isodate() function - replaced by method in IRSpy.pm
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Ping.pm
index 080854f..e2c7665 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Ping.pm,v 1.7 2006-07-21 11:27:33 mike Exp $
+# $Id: Ping.pm,v 1.10 2006-07-24 17:02:20 mike Exp $
 
 # See the "Main" test package for documentation
 
@@ -35,8 +35,9 @@ sub maybe_connected {
     my $rec = $irspy->record($conn);
     $irspy->log("irspy_test", $conn->option("host"),
                ($ok ? "" : " not"), " connected");
+    $rec->append_entry("irspy:status", "<irspy:probe ok='$ok'>" .
+                      $irspy->isodate(time()) . "</irspy:probe>");
     $conn->option(pod_omit => 1) if !$ok;
-    ### At this point we should note the successful connection in $rec
     return 0;
 }