Author: pgollucci
Date: Thu Sep  7 10:43:52 2006
New Revision: 441152

URL: http://svn.apache.org/viewvc?view=rev&rev=441152
Log:
Fix typo: there are 13 tests not 1


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?view=diff&rev=441152&r1=441151&r2=441152
==============================================================================
--- httpd/apreq/trunk/glue/perl/t/apreq/cookie.t (original)
+++ httpd/apreq/trunk/glue/perl/t/apreq/cookie.t Thu Sep  7 10:43:52 2006
@@ -6,7 +6,7 @@
 use Apache::TestUtil;
 use Apache::TestRequest qw(GET_BODY GET_HEAD);
 
-plan tests => 1, need_min_module_version('Apache::Test' => 1.29) || need_lwp;
+plan tests => 13, need_min_module_version('Apache::Test' => 1.29) || need_lwp;
 
 my $module = "TestApReq::cookie";
 my $location = Apache::TestRequest::module2url($module);


Reply via email to