Activate tests for keys with sub-keys

This commit is contained in:
Danny Moesch 2019-09-18 23:09:24 +02:00 committed by Mingshen Sun
parent 5bee0a28b1
commit 2618c6bead
2 changed files with 3 additions and 3 deletions

View file

@ -38,9 +38,9 @@ class CryptoFrameworkTest: XCTestCase {
private func testInternal(plainMessage: CryptoPlainMessage?, messageConverter: MessageConverter) throws {
try [
RSA2048,
//RSA2048_SUB,
RSA2048_SUB,
ED25519,
//ED25519_SUB,
ED25519_SUB,
].forEach { keyTriple in
let pgp = CryptoGetGopenPGP()!
let publicKey = try pgp.buildKeyRingArmored(keyTriple.publicKey)