summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 11:17:44 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 11:17:44 -0500
commitb3a00a8206490fdf92762b1db86a06348582b4f7 (patch)
tree08148a3a4f621c4d156a755dfe3ccf486a68bf6d /tests
parentda82b6a356e6a1571047fdea15d26ec10c869fa4 (diff)
s2k values are really optional, not undefined
Should they be grouped in some way? Should encrypted_data also be grouped with them in some way?
Diffstat (limited to 'tests')
-rw-r--r--tests/suite.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite.hs b/tests/suite.hs
index 17ab3cb..7ea5e57 100644
--- a/tests/suite.hs
+++ b/tests/suite.hs
@@ -139,8 +139,8 @@ tests secring =
139 testCase "000076-007.secret_subkey" (testSerialization "000076-007.secret_subkey"), 139 testCase "000076-007.secret_subkey" (testSerialization "000076-007.secret_subkey"),
140 testCase "000077-002.sig" (testSerialization "000077-002.sig"), 140 testCase "000077-002.sig" (testSerialization "000077-002.sig"),
141 testCase "000078-012.ring_trust" (testSerialization "000078-012.ring_trust"), 141 testCase "000078-012.ring_trust" (testSerialization "000078-012.ring_trust"),
142 -- Issue #11 -- testCase "secring.gpg" (testSerialization "secring.gpg"),
143 testCase "pubring.gpg" (testSerialization "pubring.gpg"), 142 testCase "pubring.gpg" (testSerialization "pubring.gpg"),
143 testCase "secring.gpg" (testSerialization "secring.gpg"),
144 testCase "compressedsig.gpg" (testSerialization "compressedsig.gpg"), 144 testCase "compressedsig.gpg" (testSerialization "compressedsig.gpg"),
145 testCase "compressedsig-zlib.gpg" (testSerialization "compressedsig-zlib.gpg"), 145 testCase "compressedsig-zlib.gpg" (testSerialization "compressedsig-zlib.gpg"),
146 testCase "compressedsig-bzip2.gpg" (testSerialization "compressedsig-bzip2.gpg"), 146 testCase "compressedsig-bzip2.gpg" (testSerialization "compressedsig-bzip2.gpg"),