You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by st...@apache.org on 2004/12/06 16:04:05 UTC

svn commit: r109976 - /httpd/apreq/branches/1.x/t/apreq/cookie.t /httpd/apreq/branches/1.x/t/apreq/request.t

Author: stas
Date: Mon Dec  6 07:04:05 2004
New Revision: 109976

URL: http://svn.apache.org/viewcvs?view=rev&rev=109976
Log:
these tests require LWP

Modified:
   httpd/apreq/branches/1.x/t/apreq/cookie.t
   httpd/apreq/branches/1.x/t/apreq/request.t

Modified: httpd/apreq/branches/1.x/t/apreq/cookie.t
Url: http://svn.apache.org/viewcvs/httpd/apreq/branches/1.x/t/apreq/cookie.t?view=diff&rev=109976&p1=httpd/apreq/branches/1.x/t/apreq/cookie.t&r1=109975&p2=httpd/apreq/branches/1.x/t/apreq/cookie.t&r2=109976
==============================================================================
--- httpd/apreq/branches/1.x/t/apreq/cookie.t	(original)
+++ httpd/apreq/branches/1.x/t/apreq/cookie.t	Mon Dec  6 07:04:05 2004
@@ -7,7 +7,7 @@
 use Apache::TestRequest qw(GET_BODY);
 use HTTP::Cookies;
 
-plan tests => 1;
+plan tests => 1, &need_lwp;
 
 my $location = "/TestApReq__cookie";
 

Modified: httpd/apreq/branches/1.x/t/apreq/request.t
Url: http://svn.apache.org/viewcvs/httpd/apreq/branches/1.x/t/apreq/request.t?view=diff&rev=109976&p1=httpd/apreq/branches/1.x/t/apreq/request.t&r1=109975&p2=httpd/apreq/branches/1.x/t/apreq/request.t&r2=109976
==============================================================================
--- httpd/apreq/branches/1.x/t/apreq/request.t	(original)
+++ httpd/apreq/branches/1.x/t/apreq/request.t	Mon Dec  6 07:04:05 2004
@@ -6,7 +6,7 @@
 use Apache::TestUtil;
 use Apache::TestRequest qw(GET_BODY UPLOAD_BODY);
 
-plan tests => 2;
+plan tests => 2, &need_lwp;
 
 my $location = "/TestApReq__request";
 #print GET_BODY $location;