# HG changeset patch # User Sergey Kandaurov # Date 1533563194 -10800 # Node ID 6874b32dc3d213e305656e0545dc7eb28dc81f85 # Parent 6c4f9941ae9f6812be6b966ad0882d46eb1cc5f6 Tests: renamed some grpc.t tests. diff -r 6c4f9941ae9f -r 6874b32dc3d2 grpc.t --- a/grpc.t Mon Aug 06 14:52:00 2018 +0300 +++ b/grpc.t Mon Aug 06 16:46:34 2018 +0300 @@ -377,9 +377,9 @@ $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