You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2019/03/26 17:53:48 UTC

svn commit: r1856335 - /httpd/test/framework/trunk/t/modules/http2.t

Author: jorton
Date: Tue Mar 26 17:53:48 2019
New Revision: 1856335

URL: http://svn.apache.org/viewvc?rev=1856335&view=rev
Log:
Skip tests if AnyEvent isn't installed.

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

Modified: httpd/test/framework/trunk/t/modules/http2.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/http2.t?rev=1856335&r1=1856334&r2=1856335&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/http2.t (original)
+++ httpd/test/framework/trunk/t/modules/http2.t Tue Mar 26 17:53:48 2019
@@ -17,7 +17,7 @@ Net::SSLeay::initialize();
 my $sni_available = Net::SSLeay::OPENSSL_VERSION_NUMBER() >= 0x01000000;
 my $alpn_available = $sni_available && exists &Net::SSLeay::CTX_set_alpn_protos;
 
-plan tests => $total_tests, need 'Protocol::HTTP2::Client', 
+plan tests => $total_tests, need 'Protocol::HTTP2::Client', 'AnyEvent',
     need_module 'http2', need_min_apache_version('2.4.17');
 
 # Check support for TLSv1_2 and later