changeset 1275:d800b5ca9783

Tests: h2.t TODO adjusted, fix committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 30 Jan 2018 19:14:49 +0300
parents 0f0ad7acb314
children 490691c45b3f
files h2.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h2.t
+++ b/h2.t
@@ -773,7 +773,7 @@ is($sum, 2**16 + 80, 'iws - increased');
 is($sum, 2**16 - 1, 'iws duplicate - default stream window');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.13.9');
 
 # this should effect in extra stream window octect
 # $s->h2_settings(0, 0x4 => 42, 0x4 => 2**16);