You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/01/15 07:08:16 UTC

cvs commit: modperl-2.0/t/filter input_body.t

stas        2003/01/14 22:08:16

  Modified:    t/filter input_body.t
  Log:
  no more need for XXX
  
  Revision  Changes    Path
  1.5       +0 -1      modperl-2.0/t/filter/input_body.t
  
  Index: input_body.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/input_body.t,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- input_body.t	20 Dec 2001 03:54:41 -0000	1.4
  +++ input_body.t	15 Jan 2003 06:08:16 -0000	1.5
  @@ -4,7 +4,6 @@
   use Apache::Test;
   use Apache::TestRequest;
   
  -#XXX: skip input_body filter test until filter changes dust settles
   plan tests => 2;
   
   my $location = '/TestFilter::input_body';