aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-10-26 00:41:26 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-10-26 00:41:36 +0200
commit108b35cb50d3074e02812e2b333779466a1bf824 (patch)
treeeeb8e89e534cf200f5189688cc6fe7cc00717575 /OpenKeychain-Test
parent825baeee1bf137c40aa52e3a00115b951c0a6171 (diff)
downloadopen-keychain-108b35cb50d3074e02812e2b333779466a1bf824.tar.gz
open-keychain-108b35cb50d3074e02812e2b333779466a1bf824.tar.bz2
open-keychain-108b35cb50d3074e02812e2b333779466a1bf824.zip
add description of symantec test case
Diffstat (limited to 'OpenKeychain-Test')
-rw-r--r--OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/provider/ProviderHelperSaveTest.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/provider/ProviderHelperSaveTest.java b/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/provider/ProviderHelperSaveTest.java
index 8e72b3c35..e4a1d62ae 100644
--- a/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/provider/ProviderHelperSaveTest.java
+++ b/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/provider/ProviderHelperSaveTest.java
@@ -79,7 +79,10 @@ public class ProviderHelperSaveTest {
@Test public void testImportSymantec() throws Exception {
- // insert two keys with same long key id, make sure the second one gets rejected either way!
+ // symantec pgp desktop exports secret keys without self certificates. we don't support
+ // those on their own, but if they are imported together with their public key (or if
+ // the public key is already known), the self certs info will be merged in as a special
+ // case.
UncachedKeyRing seckey =
readRingFromResource("/test-keys/symantec_secret.asc");
UncachedKeyRing pubkey =