summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-05-11 18:58:10 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-05-11 18:58:10 -0500
commitd25ae59b2072891c95e5e1747fee87f9b98bb1f5 (patch)
treeac9718c14d6297e5b31a55fbe90de1e53a3c15d4 /tests
parente0839b0860d0149a17c83df755b6c079432a85fe (diff)
Fix EmbeddedSignaturePacket
Diffstat (limited to 'tests')
-rw-r--r--tests/data/002182-002.sigbin0 -> 363 bytes
-rw-r--r--tests/suite.hs1
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/002182-002.sig b/tests/data/002182-002.sig
new file mode 100644
index 0000000..2bc6679
--- /dev/null
+++ b/tests/data/002182-002.sig
Binary files differ
diff --git a/tests/suite.hs b/tests/suite.hs
index 0ddc770..3094214 100644
--- a/tests/suite.hs
+++ b/tests/suite.hs
@@ -130,6 +130,7 @@ tests =
130 testCase "000076-007.secret_subkey" (testSerialization "000076-007.secret_subkey"), 130 testCase "000076-007.secret_subkey" (testSerialization "000076-007.secret_subkey"),
131 testCase "000077-002.sig" (testSerialization "000077-002.sig"), 131 testCase "000077-002.sig" (testSerialization "000077-002.sig"),
132 testCase "000078-012.ring_trust" (testSerialization "000078-012.ring_trust"), 132 testCase "000078-012.ring_trust" (testSerialization "000078-012.ring_trust"),
133 testCase "002182-002.sig" (testSerialization "002182-002.sig"),
133 testCase "pubring.gpg" (testSerialization "pubring.gpg"), 134 testCase "pubring.gpg" (testSerialization "pubring.gpg"),
134 testCase "secring.gpg" (testSerialization "secring.gpg"), 135 testCase "secring.gpg" (testSerialization "secring.gpg"),
135 testCase "compressedsig.gpg" (testSerialization "compressedsig.gpg"), 136 testCase "compressedsig.gpg" (testSerialization "compressedsig.gpg"),