fixed promote key tests

This commit is contained in:
Adithya Abraham Philip
2015-06-24 01:59:03 +05:30
parent de4b203150
commit 6f3be84c43

View File

@@ -62,6 +62,11 @@ public class PromoteKeyOperation extends BaseOperation<PromoteKeyringParcel> {
byte[] cardAid = promoteKeyringParcel.mCardAid;
long[] subKeyIds = promoteKeyringParcel.mSubKeyIds;
return execute(masterKeyId, cardAid, subKeyIds);
}
public PromoteKeyResult execute(long masterKeyId, byte[] cardAid, long[] subKeyIds) {
OperationLog log = new OperationLog();
log.add(LogType.MSG_PR, 0);