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 pg...@apache.org on 2006/09/01 08:34:58 UTC

svn commit: r439208 - /httpd/apreq/trunk/glue/perl/t/apreq/cookie.t

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: <20...@qolc.net>
Report by: Ben Wheeler <be...@qolc.net> and Arshavir Grigorian <gr...@gmail.com>
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);