diff h2_ssl_verify_client.t @ 1070:efccab043dd3

Tests: removed TODOs for fixes merged in 1.10.2.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 24 Oct 2016 15:59:23 +0300
parents 45c80276d691
children b3b1403641d3
line wrap: on
line diff
--- a/h2_ssl_verify_client.t
+++ b/h2_ssl_verify_client.t
@@ -103,16 +103,8 @@ plan(skip_all => 'no alpn') unless $s->a
 
 is(get('localhost')->{'x-verify'}, 'SUCCESS', 'success');
 is(get('example.com')->{'x-verify'}, 'FAILED', 'failed');
-
-# used to be "400 Bad Request" before 654d2dae97d3 (1.11.0)
-
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.11.0');
-
 is(get('localhost', 'example.com')->{':status'}, '421', 'misdirected');
 
-}
-
 ###############################################################################
 
 sub get_ssl_socket {