stas        2004/05/27 18:33:54

  Modified:    t/response/TestError syntax.pm
  Log:
  fix the hint to say that there are two error entries reported
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-2.0/t/response/TestError/syntax.pm
  
  Index: syntax.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestError/syntax.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- syntax.pm 1 Apr 2003 04:39:30 -0000       1.2
  +++ syntax.pm 28 May 2004 01:33:54 -0000      1.3
  @@ -2,7 +2,7 @@
   
   BEGIN {
       use Apache::TestUtil;
  -    t_server_log_error_is_expected();
  +    t_server_log_error_is_expected(2);
   }
   
   use strict;
  
  
  

Reply via email to