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

svn commit: r1777677 - /httpd/test/framework/trunk/t/apache/http_strict.t

Author: ylavic
Date: Fri Jan  6 18:12:10 2017
New Revision: 1777677

URL: http://svn.apache.org/viewvc?rev=1777677&view=rev
Log:
There are two folding tests.

Modified:
    httpd/test/framework/trunk/t/apache/http_strict.t

Modified: httpd/test/framework/trunk/t/apache/http_strict.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/apache/http_strict.t?rev=1777677&r1=1777676&r2=1777677&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/http_strict.t (original)
+++ httpd/test/framework/trunk/t/apache/http_strict.t Fri Jan  6 18:12:10 2017
@@ -113,7 +113,7 @@ my @test_cases = (
 
 my $test_fold = need_min_apache_fix("2.2.33", "2.4.26", "2.5.0");
 
-plan tests => scalar(@test_cases) + $test_fold,
+plan tests => scalar(@test_cases) + $test_fold * 2,
 #    todo => [25, 26],
      need_min_apache_version('2.2.32');