# HG changeset patch # User Sergey Kandaurov # Date 1533563194 -10800 # Node ID 6874b32dc3d213e305656e0545dc7eb28dc81f85 # Parent 6c4f9941ae9f6812be6b966ad0882d46eb1cc5f6 Tests: renamed some grpc.t tests. diff --git a/grpc.t b/grpc.t --- a/grpc.t +++ b/grpc.t @@ -377,9 +377,9 @@ is($frame->{flags}, 5, 'preserve - trail $f->{data}('Hello'); $frames = $f->{http_end}(body_padding => 42); ($frame) = grep { $_->{type} eq "DATA" } @$frames; -is($frame->{data}, 'Hello world', 'response - DATA'); -is($frame->{length}, 11, 'response - DATA length'); -is($frame->{flags}, 0, 'response - DATA flags'); +is($frame->{data}, 'Hello world', 'DATA padding'); +is($frame->{length}, 11, 'DATA padding - length'); +is($frame->{flags}, 0, 'DATA padding - flags'); # :authority inheritance