stas        2004/05/20 11:56:32

  Modified:    perl-framework/Apache-Test/lib/Apache TestConfig.pm
  Log:
  add a dummy config for the tmp rev 0 before we get a change to get the
  real server and its revision
  
  Revision  Changes    Path
  1.224     +4 -0      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
  
  Index: TestConfig.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
  retrieving revision 1.223
  retrieving revision 1.224
  diff -u -u -r1.223 -r1.224
  --- TestConfig.pm     7 May 2004 17:59:22 -0000       1.223
  +++ TestConfig.pm     20 May 2004 18:56:32 -0000      1.224
  @@ -991,6 +991,10 @@
   #need to configure the vhost port for redirects and $ENV{SERVER_PORT}
   #to have the correct values
   my %servername_config = (
  +    0 => sub {
  +        my($name, $port) = @_;
  +        [ServerName => ''], [Port => 0];
  +    },
       1 => sub {
           my($name, $port) = @_;
           [ServerName => $name], [Port => $port];
  
  
  

Reply via email to