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 jo...@apache.org on 2005/05/25 19:20:59 UTC

svn commit: r178493 - /httpd/apreq/trunk/glue/perl/t/response/TestAPI/param.pm

Author: joes
Date: Wed May 25 10:20:59 2005
New Revision: 178493

URL: http://svn.apache.org/viewcvs?rev=178493&view=rev
Log:
31 tests now.

 

Modified:
    httpd/apreq/trunk/glue/perl/t/response/TestAPI/param.pm

Modified: httpd/apreq/trunk/glue/perl/t/response/TestAPI/param.pm
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/glue/perl/t/response/TestAPI/param.pm?rev=178493&r1=178492&r2=178493&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/t/response/TestAPI/param.pm (original)
+++ httpd/apreq/trunk/glue/perl/t/response/TestAPI/param.pm Wed May 25 10:20:59 2005
@@ -13,7 +13,7 @@
 
 sub handler {
     my $r = shift;
-    plan $r, tests => 30;
+    plan $r, tests => 31;
     $r->args("foo=1;bar=2;foo=3;quux=4");
 
     my $req = APR::Request::Apache2->handle($r);