dougm       01/08/16 20:58:11

  Modified:    t/filter input_msg.t
  Log:
  force http scheme since ssl is not listening on this vhost port
  
  Revision  Changes    Path
  1.3       +1 -0      modperl-2.0/t/filter/input_msg.t
  
  Index: input_msg.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/input_msg.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- input_msg.t       2001/08/12 19:02:24     1.2
  +++ input_msg.t       2001/08/17 03:58:11     1.3
  @@ -3,6 +3,7 @@
   
   my $module = 'TestFilter::input_msg';
   
  +Apache::TestRequest::scheme('http'); #force http for t/TEST -ssl
   Apache::TestRequest::module($module);
   
   my $config = Apache::TestConfig->thaw;
  
  
  

Reply via email to