dougm       01/08/16 10:24:57

  Modified:    t/apache read.t
  Log:
  force http; test doesnt work witih t/TEST -ssl
  
  Revision  Changes    Path
  1.2       +3 -0      modperl-2.0/t/apache/read.t
  
  Index: read.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apache/read.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- read.t    2001/05/05 18:46:14     1.1
  +++ read.t    2001/08/16 17:24:57     1.2
  @@ -6,6 +6,9 @@
   
   plan tests => 1;
   
  +#force test to go over http, since this doesn't work with t/TEST -ssl
  +Apache::TestRequest::scheme('http');
  +
   my $location = "/TestApache::read";
   
   my $socket = Apache::TestRequest::vhost_socket('default');
  
  
  

Reply via email to