# HG changeset patch # User Sergey Kandaurov # Date 1568718970 -10800 # Node ID 48306d8a28112461da6ac4c25bf1ffa6c5a6b835 # Parent 1603f2bad385d7a8efe7d87d7cb7e15d57692d83 Tests: updated h2_priority.t TODOs, change was committed. diff --git a/h2_priority.t b/h2_priority.t --- a/h2_priority.t +++ b/h2_priority.t @@ -209,7 +209,7 @@ is($sids, "$sid $sid2", 'dependency - PR # Instead, we respond with a connection error of type PROTOCOL_ERROR. TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.17.4'); $s = Test::Nginx::HTTP2->new(); $sid = $s->new_stream(); @@ -279,7 +279,7 @@ is($sids, "$sid $sid2", 'dependency - HE # HEADERS - self dependency TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.17.4'); $s = Test::Nginx::HTTP2->new(); $sid = $s->new_stream({ dep => 1 });