You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/06/16 22:12:29 UTC

svn commit: r955362 - in /httpd/test/framework/trunk/t/apache: pr17629.t pr43939.t

Author: rjung
Date: Wed Jun 16 20:12:29 2010
New Revision: 955362

URL: http://svn.apache.org/viewvc?rev=955362&view=rev
Log:
Allow tests to work with mod_cgi and mod_cgid.

Modified:
    httpd/test/framework/trunk/t/apache/pr17629.t
    httpd/test/framework/trunk/t/apache/pr43939.t

Modified: httpd/test/framework/trunk/t/apache/pr17629.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/apache/pr17629.t?rev=955362&r1=955361&r2=955362&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/pr17629.t (original)
+++ httpd/test/framework/trunk/t/apache/pr17629.t Wed Jun 16 20:12:29 2010
@@ -5,7 +5,7 @@ use Apache::Test;
 use Apache::TestUtil;
 use Apache::TestRequest;
 
-plan tests => 4, need [qw(cgi include deflate case_filter)];
+plan tests => 4, need [need_cgi, qw(include deflate case_filter)];
 my $inflator = "/modules/deflate/echo_post";
 
 my @deflate_headers;

Modified: httpd/test/framework/trunk/t/apache/pr43939.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/apache/pr43939.t?rev=955362&r1=955361&r2=955362&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/pr43939.t (original)
+++ httpd/test/framework/trunk/t/apache/pr43939.t Wed Jun 16 20:12:29 2010
@@ -5,7 +5,7 @@ use Apache::Test;
 use Apache::TestUtil;
 use Apache::TestRequest;
 
-plan tests => 4, need [qw(cgi include deflate case_filter)];
+plan tests => 4, need [need_cgi, qw(include deflate case_filter)];
 my $inflator = "/modules/deflate/echo_post";
 
 my @deflate_headers;