randyk      2004/06/27 10:50:49

  Modified:    env/t    big_request.t
  Log:
  Reviewed by:  joes
  run the relevant tests even if ssl is unavailable.
  
  Revision  Changes    Path
  1.3       +1 -1      httpd-apreq-2/env/t/big_request.t
  
  Index: big_request.t
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/env/t/big_request.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- big_request.t     13 Jun 2004 17:37:40 -0000      1.2
  +++ big_request.t     27 Jun 2004 17:50:49 -0000      1.3
  @@ -16,7 +16,7 @@
   
   my $num_tests = @key_len * @key_num + @big_key_len * @big_key_num;
   $num_tests *= 2 if Apache::Test::have_ssl();
  -plan tests => $num_tests, Apache::Test::have_ssl();
  +plan tests => $num_tests, have_lwp;
   
   my $location = "/apreq_big_request_test";
   my $scheme = 'http';
  
  
  

Reply via email to