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	Thu Feb 11 11:54:32 2016 +0300
+++ b/h2.t	Fri Feb 12 17:18:08 2016 +0300
@@ -777,7 +777,7 @@
 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 @@
 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');