You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/06/13 11:52:00 UTC

cvs commit: httpd-apreq-2/glue/perl/t/apreq inherit.t

joes        2003/06/13 02:52:00

  Modified:    glue/perl/t/apreq inherit.t
  Log:
  Remove useless junk from inherit.t
  
  Revision  Changes    Path
  1.3       +1 -2      httpd-apreq-2/glue/perl/t/apreq/inherit.t
  
  Index: inherit.t
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/glue/perl/t/apreq/inherit.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- inherit.t	13 Jun 2003 09:46:52 -0000	1.2
  +++ inherit.t	13 Jun 2003 09:52:00 -0000	1.3
  @@ -9,7 +9,6 @@
   
   plan tests => 1;
   my $location = "/TestApReq__inherit";
  -ok t_cmp(<< 'VALUE', $_=GET_BODY($location), "inheritance");
  +ok t_cmp(<< 'VALUE', GET_BODY($location), "inheritance");
   method => GET
   VALUE
  -warn $_;