From ab0e85c5fa069f0cd6fa64ea94f841e3cd9af1e9 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 17 Jan 2015 13:02:12 +0000 Subject: add subtest names --- t/tests/Net/Hawk/Utils.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/tests/Net/Hawk/Utils.t') diff --git a/t/tests/Net/Hawk/Utils.t b/t/tests/Net/Hawk/Utils.t index 7449cb3..b5d9bdb 100644 --- a/t/tests/Net/Hawk/Utils.t +++ b/t/tests/Net/Hawk/Utils.t @@ -7,7 +7,7 @@ subtest { is(parse_content_type(Str),'','undef -> empty string'); is(parse_content_type('text/plain'),'text/plain','simple'); is(parse_content_type('text/plain; charset=utf-8'),'text/plain','ignore options'); -}; +},'parse content type'; subtest { throws_like { parse_authorization_header(Str) }, @@ -33,6 +33,6 @@ subtest { is_deeply( parse_authorization_header('hawk id="1"'), { id => '1' }, 'ok parse'); -}; +},'parse header'; done; -- cgit v1.2.3