dougm       02/04/11 19:54:27

  Modified:    perl-framework/Apache-Test/lib/Apache TestSmoke.pm
  Log:
  ^= means pod; dont do that
  
  Revision  Changes    Path
  1.11      +2 -2      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm
  
  Index: TestSmoke.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TestSmoke.pm      11 Apr 2002 15:02:26 -0000      1.10
  +++ TestSmoke.pm      12 Apr 2002 02:54:27 -0000      1.11
  @@ -314,7 +314,7 @@
       my $sep = "-" x 74;
   
           print $fh <<EOM;
  -=== Special Tests Sequence Failure Finder Report ===
  +-=== Special Tests Sequence Failure Finder Report ===-
   $sep
   First iteration used:
   $self->{start_command}
  @@ -370,7 +370,7 @@
   
           print $fh <<EOM;
   
  -================================== Summary ===============================
  +-================================= Summary ==============================-
   Completion              : $completion
   Status                  : $status
   Tests run               : $self->{total_tests_run}
  
  
  

Reply via email to