stas        2003/08/20 16:50:38

  Modified:    t/api    rflush.t
  Log:
  disable this test untill the bug is solved in 5.8.1
  
  Revision  Changes    Path
  1.3       +2 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- rflush.t  7 Aug 2003 23:51:47 -0000       1.2
  +++ rflush.t  20 Aug 2003 23:50:37 -0000      1.3
  @@ -5,7 +5,8 @@
   use Apache::TestRequest;
   use Apache::TestUtil;
   
  -plan tests => 1;
  +# XXX: skip untill the LEAVE problem is fixed in 5.8.1 
  +plan tests => 1, 0;
   
   my $expected = "[<foo][bar>][<who][ah>]";
   my $location = '/TestAPI__rflush';
  
  
  

Reply via email to