You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2017/09/26 13:25:15 UTC

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

Author: elukey
Date: Tue Sep 26 13:25:15 2017
New Revision: 1809744

URL: http://svn.apache.org/viewvc?rev=1809744&view=rev
Log:
if_sections.t: removed old warning that is no longer true

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=1809744&r1=1809743&r2=1809744&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/if_sections.t (original)
+++ httpd/test/framework/trunk/t/apache/if_sections.t Tue Sep 26 13:25:15 2017
@@ -7,9 +7,6 @@ use Apache::TestUtil;
 
 #
 # Test <If > section merging
-# Nested <If> evaluation is only available in trunk,
-# in 2.4.x the default behavior is to ignore any nested
-# <If> block. 
 #
 
 plan tests => (have_min_apache_version('2.4.26') ? 23 : 11) * 2,