# HG changeset patch # User Sergey Kandaurov # Date 1455286688 -10800 # Node ID 47d64d2fd68d8c3cd3ad475b97a4622c74fcd29b # Parent b237eda210e393155e9c0ad038ed221ecd73ec85 Tests: adjusted TODOs for HTTP/2 huffman encoding. diff --git a/h2.t b/h2.t --- 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');