1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02:00

Add another encryption/decrpytion test

This commit is contained in:
Paul Schaub 2018-07-10 15:52:49 +02:00
parent 7b56cc79e6
commit eac247333e
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 136 additions and 0 deletions

View file

@ -150,6 +150,8 @@ public class SecretKeyBackupRestoreIntegrationTest extends AbstractOpenPgpIntegr
}
});
assertEquals(keyFingerprint, fingerprint);
assertTrue(self.getSecretKeys().contains(keyFingerprint.getKeyId()));
assertEquals(keyFingerprint, self.getSigningKeyFingerprint());