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 2015/07/20 19:05:03 UTC

svn commit: r1691980 - /httpd/test/framework/trunk/t/modules/h2.t

Author: jim
Date: Mon Jul 20 17:05:02 2015
New Revision: 1691980

URL: http://svn.apache.org/r1691980
Log:
Skip for below trunk

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

Modified: httpd/test/framework/trunk/t/modules/h2.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/h2.t?rev=1691980&r1=1691979&r2=1691980&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/h2.t (original)
+++ httpd/test/framework/trunk/t/modules/h2.t Mon Jul 20 17:05:02 2015
@@ -11,7 +11,7 @@ use Protocol::HTTP2::Client;
 my $num_suite = 26;
 my $total_tests = 2 * $num_suite;
 
-plan tests => $total_tests, need_module 'h2';
+plan tests => $total_tests, need_module 'h2', need_min_apache_version('2.5');;
 
 Apache::TestRequest::module("h2");