From 108b35cb50d3074e02812e2b333779466a1bf824 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 26 Oct 2014 00:41:26 +0200 Subject: [PATCH] add description of symantec test case --- .../keychain/provider/ProviderHelperSaveTest.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 =