diff 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
line wrap: on
line diff
--- a/stream_ssl_preread.t
+++ b/stream_ssl_preread.t
@@ -173,13 +173,8 @@ is(get_short(), "127.0.0.1:$p3", 'short 
 
 # allow record with older SSL version, such as 3.0
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.11.8');
-
 is(get_oldver(), 'foo', 'older version in ssl record');
 
-}
-
 $t->stop();
 
 is($t->read_file('status.log'), "400\n", 'preread buffer full - log');