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/01/03 15:55:39 UTC

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

Author: pgollucci
Date: Tue Jan  3 06:55:37 2006
New Revision: 365647

URL: http://svn.apache.org/viewcvs?rev=365647&view=rev
Log:
this test doesn't need HTTP::Cookie or LWP


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/viewcvs/httpd/apreq/trunk/glue/perl/t/apreq/cookie.t?rev=365647&r1=365646&r2=365647&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/t/apreq/cookie.t (original)
+++ httpd/apreq/trunk/glue/perl/t/apreq/cookie.t Tue Jan  3 06:55:37 2006
@@ -6,9 +6,7 @@
 use Apache::TestUtil;
 use Apache::TestRequest qw(GET_BODY GET_HEAD);
 
-plan tests => 12, have_lwp;
-
-require HTTP::Cookies;
+plan tests => 12;
 
 my $module = "TestApReq::cookie";
 my $location = Apache::TestRequest::module2url($module);