comparison 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
comparison
equal deleted inserted replaced
1069:1b11a12be179 1070:efccab043dd3
101 101
102 ############################################################################### 102 ###############################################################################
103 103
104 is(get('localhost')->{'x-verify'}, 'SUCCESS', 'success'); 104 is(get('localhost')->{'x-verify'}, 'SUCCESS', 'success');
105 is(get('example.com')->{'x-verify'}, 'FAILED', 'failed'); 105 is(get('example.com')->{'x-verify'}, 'FAILED', 'failed');
106
107 # used to be "400 Bad Request" before 654d2dae97d3 (1.11.0)
108
109 TODO: {
110 local $TODO = 'not yet' unless $t->has_version('1.11.0');
111
112 is(get('localhost', 'example.com')->{':status'}, '421', 'misdirected'); 106 is(get('localhost', 'example.com')->{':status'}, '421', 'misdirected');
113
114 }
115 107
116 ############################################################################### 108 ###############################################################################
117 109
118 sub get_ssl_socket { 110 sub get_ssl_socket {
119 my ($sni) = @_; 111 my ($sni) = @_;