stas        2003/08/23 09:47:08

  Modified:    t/api    rflush.t
  Log:
  blead-perl has this fixed as well in #20795, don't skip the test
  
  Revision  Changes    Path
  1.6       +1 -1      modperl-2.0/t/api/rflush.t
  
  Index: rflush.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/api/rflush.t,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- rflush.t  23 Aug 2003 00:08:07 -0000      1.5
  +++ rflush.t  23 Aug 2003 16:47:08 -0000      1.6
  @@ -5,7 +5,7 @@
   use Apache::TestRequest;
   use Apache::TestUtil;
   
  -plan tests => 1, have { "$] needs #19064 to be reverted" => ($] != 5.009) };
  +plan tests => 1;
   
   my $expected = "[<foo][bar>][<who][ah>]";
   my $location = '/TestAPI__rflush';
  
  
  

Reply via email to