You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/07/10 14:05:01 UTC

svn commit: r1801469 - /httpd/test/framework/trunk/t/modules/remoteip.t

Author: jim
Date: Mon Jul 10 14:05:01 2017
New Revision: 1801469

URL: http://svn.apache.org/viewvc?rev=1801469&view=rev
Log:
not yet in 2.4.x

Modified:
    httpd/test/framework/trunk/t/modules/remoteip.t

Modified: httpd/test/framework/trunk/t/modules/remoteip.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/remoteip.t?rev=1801469&r1=1801468&r2=1801469&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/remoteip.t (original)
+++ httpd/test/framework/trunk/t/modules/remoteip.t Mon Jul 10 14:05:01 2017
@@ -9,7 +9,7 @@ use Apache::TestUtil;
 ## mod_remoteip tests
 ##
 Apache::TestRequest::module("remote_ip");
-plan tests => 12, need_module 'remoteip', have_min_apache_version('2.4.28');
+plan tests => 12, need_module 'remoteip', have_min_apache_version('2.5.0');
 
 sub slurp
 {