changeset 855:47d64d2fd68d

Tests: adjusted TODOs for HTTP/2 huffman encoding.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 12 Feb 2016 17:18:08 +0300
parents b237eda210e3
children d39e98893265
files h2.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/h2.t
+++ b/h2.t
@@ -777,7 +777,7 @@ like($sess->{headers}, qr/\Q{{{{{/, 'rar
 is($frame->{headers}->{'x-sent-foo'}, 'aaaaa', 'well known chars');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.9.12');
 
 unlike($sess->{headers}, qr/aaaaa/, 'well known chars - huffman encoding');
 
@@ -801,7 +801,7 @@ my $field = pack "C*", ((map { 97 } (1 .
 is($frame->{headers}->{'x-sent-foo'}, $field, 'all chars');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.9.12');
 
 unlike($sess->{headers}, qr/abcde/, 'all chars - huffman encoding');