stas        2003/08/21 12:41:50

  Modified:    t/api    rflush.t
  Log:
  the context corruption on LEAVE (pp_leavesub) bug fixed in perl (reverting
  to the 5.8.0-behavior). If you run 5.8.1-tobe update it to the patch level
  20796 or higher.
  
  Revision  Changes    Path
  1.4       +1 -2      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rflush.t  20 Aug 2003 23:50:37 -0000      1.3
  +++ rflush.t  21 Aug 2003 19:41:50 -0000      1.4
  @@ -5,8 +5,7 @@
   use Apache::TestRequest;
   use Apache::TestUtil;
   
  -# XXX: skip untill the LEAVE problem is fixed in 5.8.1 
  -plan tests => 1, 0;
  +plan tests => 1;
   
   my $expected = "[<foo][bar>][<who][ah>]";
   my $location = '/TestAPI__rflush';
  
  
  

Reply via email to