aboutsummaryrefslogtreecommitdiff
path: root/t/tests/Net/Hawk/Crypto.t
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-01-17 13:02:12 +0000
committerdakkar <dakkar@thenautilus.net>2015-01-17 13:02:12 +0000
commitab0e85c5fa069f0cd6fa64ea94f841e3cd9af1e9 (patch)
tree5c535623e505782e1a6153dd633caa3b5f144664 /t/tests/Net/Hawk/Crypto.t
parentstart of uri tests (diff)
downloadnet-hawk-ab0e85c5fa069f0cd6fa64ea94f841e3cd9af1e9.tar.gz
net-hawk-ab0e85c5fa069f0cd6fa64ea94f841e3cd9af1e9.tar.bz2
net-hawk-ab0e85c5fa069f0cd6fa64ea94f841e3cd9af1e9.zip
add subtest names
Diffstat (limited to 't/tests/Net/Hawk/Crypto.t')
-rw-r--r--t/tests/Net/Hawk/Crypto.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tests/Net/Hawk/Crypto.t b/t/tests/Net/Hawk/Crypto.t
index 3ce0e5e..559a73b 100644
--- a/t/tests/Net/Hawk/Crypto.t
+++ b/t/tests/Net/Hawk/Crypto.t
@@ -66,7 +66,7 @@ subtest {
'normalized string generated ok',
);
};
-};
+},'readme';
subtest {
my %args = (
@@ -112,6 +112,6 @@ subtest {
"hawk.1.header\n1357747017\nk3k4j5\nGET\n/resource/something\nexample.com\n8080\nU4MKKSmiVxk37JCCrAVIjV/OhB3y+NdwoCr6RShbVkE=\nthis is some app data\n",
'valid normalized string (payload + ext)',
);
-};
+},'normalized string';
done;