Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more link tests
  • Loading branch information
kraih committed Aug 2, 2014
1 parent 06a458e commit 95c222f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/mojo/response.t
Expand Up @@ -473,6 +473,8 @@ isa_ok $res->content->parts->[1], 'Mojo::Content::Single', 'right part';
isa_ok $res->content->parts->[2], 'Mojo::Content::Single', 'right part';
is $res->content->parts->[0]->asset->slurp, "hallo welt test123\n",
'right content';
is $res->headers->link, undef, 'no "Link" value';
is_deeply $res->links, {}, 'no links';

# Parse HTTP 1.1 chunked multipart response (at once)
$res = Mojo::Message::Response->new;
Expand Down

0 comments on commit 95c222f

Please sign in to comment.