stas        2004/09/25 11:48:18

  Modified:    t/response/TestModperl merge.pm
  Log:
  after moving to its own vhost fix the test to explicitly call
  $r->subprocess_env to make PerlPassEnv  APACHE_TEST_HOSTTYPE visible to
  the process
  
  Revision  Changes    Path
  1.10      +3 -0      modperl-2.0/t/response/TestModperl/merge.pm
  
  Index: merge.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestModperl/merge.pm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- merge.pm  25 Sep 2004 18:47:10 -0000      1.9
  +++ merge.pm  25 Sep 2004 18:48:18 -0000      1.10
  @@ -86,6 +86,9 @@
   
       plan $r, tests => 10;
   
  +    # need to insert PerlPassEnv entries
  +    $r->subprocess_env;
  +
       my $uri = $r->uri;
       my $hash;
   
  
  
  

Reply via email to