-# $Id: Ping.pm,v 1.4 2006-06-21 16:26:29 mike Exp $
+# $Id: Ping.pm,v 1.5 2006-07-11 14:16:06 mike Exp $
# See the "Main" test package for documentation
my $rec = $irspy->record($conn);
$irspy->log("irspy_test", $conn->option("host"), " connected");
- ### Note the successful connection in $rec
+ ### At this point we should note the successful connection in $rec
return 0;
}
-# $Id: Title.pm,v 1.1 2006-06-21 16:27:01 mike Exp $
+# $Id: Title.pm,v 1.2 2006-07-11 14:16:35 mike Exp $
# See the "Main" test package for documentation
my $n = $rs->size();
$irspy->log("irspy_test", $conn->option("host"),
" title search found $n record", $n==1 ? "" : "s");
- ### Note the success or failure of the search in $rec
+ ### We should note the success or failure of the search in $rec
return 0;
}