You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/05/28 13:20:19 UTC

svn commit: r1128601 - /httpd/test/framework/trunk/t/apache/if_sections.t

Author: sf
Date: Sat May 28 11:20:19 2011
New Revision: 1128601

URL: http://svn.apache.org/viewvc?rev=1128601&view=rev
Log:
this needs mod_proxy_http

Modified:
    httpd/test/framework/trunk/t/apache/if_sections.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=1128601&r1=1128600&r2=1128601&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/if_sections.t (original)
+++ httpd/test/framework/trunk/t/apache/if_sections.t Sat May 28 11:20:19 2011
@@ -13,6 +13,7 @@ plan tests => 11*2,
                   need need_lwp,
                   need_module('mod_headers'),
                   need_module('mod_proxy'),
+                  need_module('mod_proxy_http'),
                   need_min_apache_version('2.3.8');