summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-09-09 14:09:32 +0200
committerJustus Winter <justus@sequoia-pgp.org>2021-09-28 13:46:44 +0200
commitfda86c1b3054b029263859b553544e4fce077fac (patch)
tree7a891630e88c2feb575ebc83bac61ff6dd34640d /openpgp/src/packet
parent2465d28c7e1d6fe7a9cd01197f9db9b45f9b7386 (diff)
openpgp: Improve tests.
Diffstat (limited to 'openpgp/src/packet')
-rw-r--r--openpgp/src/packet/signature.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/packet/signature.rs b/openpgp/src/packet/signature.rs
index ef5f4b8d..85cbc9a8 100644
--- a/openpgp/src/packet/signature.rs
+++ b/openpgp/src/packet/signature.rs
@@ -3314,6 +3314,7 @@ mod test {
"erika-corinna-daniela-simone-antonia-nistp521-private.pgp",
"emmelie-dorothea-dina-samantha-awina-ed25519-private.pgp",
] {
+ eprintln!("{}...", key);
let cert = Cert::from_bytes(crate::tests::key(key)).unwrap();
if ! cert.primary_key().pk_algo().is_supported() {