comparison stream_ssl_preread.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents 3fc6817cd84a
children b6d941ff65f4
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
171 171
172 is(get_short(), "127.0.0.1:$p3", 'short client hello'); 172 is(get_short(), "127.0.0.1:$p3", 'short client hello');
173 173
174 # allow record with older SSL version, such as 3.0 174 # allow record with older SSL version, such as 3.0
175 175
176 TODO: {
177 local $TODO = 'not yet' unless $t->has_version('1.11.8');
178
179 is(get_oldver(), 'foo', 'older version in ssl record'); 176 is(get_oldver(), 'foo', 'older version in ssl record');
180
181 }
182 177
183 $t->stop(); 178 $t->stop();
184 179
185 is($t->read_file('status.log'), "400\n", 'preread buffer full - log'); 180 is($t->read_file('status.log'), "400\n", 'preread buffer full - log');
186 181