You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by jo...@apache.org on 2005/08/19 18:04:17 UTC

svn commit: r233501 - /httpd/test/trunk/perl-framework/t/security/CAN-2005-2491.t

Author: jorton
Date: Fri Aug 19 09:04:14 2005
New Revision: 233501

URL: http://svn.apache.org/viewcvs?rev=233501&view=rev
Log:
- require mod_rewrite.

Modified:
    httpd/test/trunk/perl-framework/t/security/CAN-2005-2491.t

Modified: httpd/test/trunk/perl-framework/t/security/CAN-2005-2491.t
URL: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/t/security/CAN-2005-2491.t?rev=233501&r1=233500&r2=233501&view=diff
==============================================================================
--- httpd/test/trunk/perl-framework/t/security/CAN-2005-2491.t (original)
+++ httpd/test/trunk/perl-framework/t/security/CAN-2005-2491.t Fri Aug 19 09:04:14 2005
@@ -5,7 +5,7 @@
 use Apache::TestUtil;
 use Apache::TestRequest;
 
-plan tests => 2 * 2;
+plan tests => 2 * 2, need 'rewrite';
 
 foreach my $dir ("one/", "two/") {
     my $r = GET("/security/CAN-2005-2491/" . $dir);