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 st...@apache.org on 2004/03/25 01:44:36 UTC

cvs commit: httpd-apreq-2 CHANGES

stas        2004/03/24 16:44:36

  Modified:    glue/perl/t TEST.PL
               .        CHANGES
  Log:
  t/TEST.PL must run parent class' pre_configure to get the
  configuration right
  
  Revision  Changes    Path
  1.8       +1 -0      httpd-apreq-2/glue/perl/t/TEST.PL
  
  Index: TEST.PL
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/glue/perl/t/TEST.PL,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- TEST.PL	28 Oct 2003 14:00:06 -0000	1.7
  +++ TEST.PL	25 Mar 2004 00:44:36 -0000	1.8
  @@ -23,6 +23,7 @@
       my $self = shift;
       # Don't load an installed mod_apreq
       Apache::TestConfig::autoconfig_skip_module_add('mod_apreq.c');
  +    $self->SUPER::pre_configure();
   }
   
   sub configure_modperl {
  
  
  
  1.29      +4 -0      httpd-apreq-2/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/CHANGES,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -u -r1.28 -r1.29
  --- CHANGES	24 Mar 2004 21:51:11 -0000	1.28
  +++ CHANGES	25 Mar 2004 00:44:36 -0000	1.29
  @@ -3,6 +3,10 @@
   
   @section v2_03_dev Changes with libapreq2-2.03-dev
   
  +- Perl test suite
  +  t/TEST.PL must run parent class' pre_configure to get the
  +  configuration right
  +
   - C API [joes]
     apreq_brigade_concat() wasn't supplying the final EOS bucket
     to large brigades (>256K), which somtimes caused the prefetch