diff stream_ssl_preread.t @ 1232:a4a040b4e4dd

Tests: removed TODOs for fixes merged in 1.12.2.
author Sergey Kandaurov <pluknet@nginx.com>
date Sat, 21 Oct 2017 01:07:48 +0300
parents 0af58b78df35
children 3fc6817cd84a
line wrap: on
line diff
--- a/stream_ssl_preread.t
+++ b/stream_ssl_preread.t
@@ -161,14 +161,11 @@ is(get_ssl('foo', 8082), $p3, 'preread o
 is(get_ssl('foo', 8083), undef, 'preread buffer full');
 is(stream()->io('x' x 1000), "127.0.0.1:$p3", 'not a handshake');
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.13.6');
+# ticket #1317
 
 is(stream("127.0.0.1:$p4")->io('x' x 16), "127.0.0.1:$p3",
 	'pending buffers on next upstream');
 
-}
-
 # no junk in variable due to short ClientHello length value
 
 is(get_short(), "127.0.0.1:$p3", 'short client hello');