Author: pgollucci
Date: Thu Aug 31 23:34:58 2006
New Revision: 439208

URL: http://svn.apache.org/viewvc?rev=439208&view=rev
Log:
LWP is needed for this test suite -- but I've no idea why
this might be a deeper problem...

Thread: <[EMAIL PROTECTED]>
Report by: Ben Wheeler <[EMAIL PROTECTED]> and Arshavir Grigorian <[EMAIL 
PROTECTED]>
Confirmed: pgollucci


Modified:
    httpd/apreq/trunk/glue/perl/t/apreq/cookie.t

Modified: httpd/apreq/trunk/glue/perl/t/apreq/cookie.t
URL: 
http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/t/apreq/cookie.t?rev=439208&r1=439207&r2=439208&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/t/apreq/cookie.t (original)
+++ httpd/apreq/trunk/glue/perl/t/apreq/cookie.t Thu Aug 31 23:34:58 2006
@@ -6,7 +6,7 @@
 use Apache::TestUtil;
 use Apache::TestRequest qw(GET_BODY GET_HEAD);
 
-plan tests => 13;
+plan tests => 13, need_lwp;
 
 my $module = "TestApReq::cookie";
 my $location = Apache::TestRequest::module2url($module);


Reply via email to