stas        2003/06/05 18:29:58

  Modified:    ModPerl-Registry/t redirect.t
  Log:
  Apache::TestClient doesn't know how to handle redirects, so skip this test
  if lwp is not available
  
  Revision  Changes    Path
  1.3       +3 -1      modperl-2.0/ModPerl-Registry/t/redirect.t
  
  Index: redirect.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/redirect.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- redirect.t        1 Apr 2003 04:18:49 -0000       1.2
  +++ redirect.t        6 Jun 2003 01:29:58 -0000       1.3
  @@ -5,7 +5,9 @@
   use Apache::TestUtil;
   use Apache::TestRequest qw(GET_BODY HEAD);
   
  -plan tests => 2;
  +plan tests => 2, have_lwp;
  +
  +# need LWP to handle redirects
   
   my $base_url = "/registry/redirect.pl";
   
  
  
  

Reply via email to