stas        2004/08/15 13:16:57

  Modified:    t/error  syntax.t
  Log:
  wrong location for the warning
  
  Revision  Changes    Path
  1.5       +2 -1      modperl-2.0/t/error/syntax.t
  
  Index: syntax.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/error/syntax.t,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- syntax.t  15 Aug 2004 20:06:51 -0000      1.4
  +++ syntax.t  15 Aug 2004 20:16:57 -0000      1.5
  @@ -8,9 +8,10 @@
   plan tests => 1;
   
   my $location = "/TestError__syntax";
  +
  +t_client_log_error_is_expected();
   my $res = GET($location);
   #t_debug($res->content);
  -t_client_log_error_is_expected();
   ok t_cmp(
       $res->code,
       500,
  
  
  

Reply via email to