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 19:32:25 UTC

svn commit: r233518 - /httpd/test/trunk/perl-framework/t/modules/proxy_balancer.t

Author: jorton
Date: Fri Aug 19 10:32:23 2005
New Revision: 233518

URL: http://svn.apache.org/viewcvs?rev=233518&view=rev
Log:
- require both proxy_http and proxy_balancer so this is skipped with 2.0.x

Modified:
    httpd/test/trunk/perl-framework/t/modules/proxy_balancer.t

Modified: httpd/test/trunk/perl-framework/t/modules/proxy_balancer.t
URL: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/t/modules/proxy_balancer.t?rev=233518&r1=233517&r2=233518&view=diff
==============================================================================
--- httpd/test/trunk/perl-framework/t/modules/proxy_balancer.t (original)
+++ httpd/test/trunk/perl-framework/t/modules/proxy_balancer.t Fri Aug 19 10:32:23 2005
@@ -6,7 +6,7 @@
 use Apache::TestUtil;
 use Apache::TestConfig ();
 
-plan tests => 1, need_module 'proxy';
+plan tests => 1, need 'proxy_balancer', 'proxy_http';
 
 Apache::TestRequest::module("proxy_http_balancer");
 Apache::TestRequest::user_agent(requests_redirectable => 0);