stas        2004/08/12 18:38:50

  Modified:    perl-framework/Apache-Test/lib/Apache TestRun.pm
  Log:
  one more post-config-object-split fix
  
  Revision  Changes    Path
  1.179     +1 -1      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm
  
  Index: TestRun.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v
  retrieving revision 1.178
  retrieving revision 1.179
  diff -u -u -r1.178 -r1.179
  --- TestRun.pm        9 Aug 2004 20:50:14 -0000       1.178
  +++ TestRun.pm        13 Aug 2004 01:38:49 -0000      1.179
  @@ -397,7 +397,7 @@
       my $self = shift;
       $self->opt_clean(1);
       $self->{conf_opts}->{save} = delete $self->{conf_opts}->{thaw} || 1;
  -    $self->{test_config} = $self->new_test_config();
  +    $self->{test_config} = $self->new_test_config()->httpd_config;
       $self->{server} = $self->{test_config}->server;
   }
   
  
  
  

Reply via email to