allow explicit re-certification in SaveKeyringParcel

This commit is contained in:
Vincent Breitmoser
2015-01-24 23:11:54 +01:00
parent 0e0970c347
commit fb2fa195bf
3 changed files with 10 additions and 2 deletions

View File

@@ -659,7 +659,8 @@ public class PgpKeyOperationTest {
{ // re-add second subkey
parcel.reset();
parcel.mChangeSubKeys.add(new SubkeyChange(keyId, null, null));
// re-certify the revoked subkey
parcel.mChangeSubKeys.add(new SubkeyChange(keyId, true));
modified = applyModificationWithChecks(parcel, modified, onlyA, onlyB);