Call $rec->append_entry() to note results of test.
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test.pm
index d306b29..20fa772 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Test.pm,v 1.1 2006-06-20 16:32:42 mike Exp $
+# $Id: Test.pm,v 1.3 2006-07-21 11:49:27 mike Exp $
 
 package ZOOM::IRSpy::Test;
 
@@ -12,11 +12,11 @@ ZOOM::IRSpy::Test - base class for tests in IRSpy
 
 =head1 SYNOPSIS
 
- ### To follow
+ ## To follow
 
 =head1 DESCRIPTION
 
-I<### To follow>
+I<## To follow>
 
 =cut
 
@@ -41,7 +41,6 @@ sub run {
     die "can't run the base-class test";
 }
 
-### Could include loop detection
 sub run_tests {
     my $this = shift();
     my @tname = @_;