You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2011/04/18 10:21:43 UTC

svn commit: r1094346 - in /httpd/test/framework/trunk/t: apache/if_sections.t modules/filter.t

Author: jorton
Date: Mon Apr 18 08:21:43 2011
New Revision: 1094346

URL: http://svn.apache.org/viewvc?rev=1094346&view=rev
Log:
- add missing requirements

Submitted by: torsten

Modified:
    httpd/test/framework/trunk/t/apache/if_sections.t
    httpd/test/framework/trunk/t/modules/filter.t

Modified: httpd/test/framework/trunk/t/apache/if_sections.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/apache/if_sections.t?rev=1094346&r1=1094345&r2=1094346&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/if_sections.t (original)
+++ httpd/test/framework/trunk/t/apache/if_sections.t Mon Apr 18 08:21:43 2011
@@ -12,6 +12,7 @@ use Apache::TestUtil;
 plan tests => 11*2,
                   need need_lwp,
                   need_module('mod_headers'),
+                  need_module('mod_proxy'),
                   need_min_apache_version('2.3.8');
 
 

Modified: httpd/test/framework/trunk/t/modules/filter.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/filter.t?rev=1094346&r1=1094345&r2=1094346&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/filter.t (original)
+++ httpd/test/framework/trunk/t/modules/filter.t Mon Apr 18 08:21:43 2011
@@ -6,7 +6,8 @@ use Apache::TestRequest;
 use Apache::TestUtil qw(t_cmp t_write_file);
 use File::Spec;
 
-plan tests => 1, need need_module('mod_filter');
+plan tests => 1, need need_cgi, need_module('mod_filter'),
+                 need_module('mod_case_filter');
 
 my $r = GET_BODY('/modules/cgi/xother.pl');