mime: don't decrypt in mime parsing only test
This commit is contained in:
@@ -127,8 +127,7 @@ public class InputDataOperationTest {
|
|||||||
InputDataOperation op = new InputDataOperation(spyApplication,
|
InputDataOperation op = new InputDataOperation(spyApplication,
|
||||||
new ProviderHelper(RuntimeEnvironment.application), null);
|
new ProviderHelper(RuntimeEnvironment.application), null);
|
||||||
|
|
||||||
PgpDecryptVerifyInputParcel decryptInput = new PgpDecryptVerifyInputParcel();
|
InputDataParcel input = new InputDataParcel(fakeInputUri, null);
|
||||||
InputDataParcel input = new InputDataParcel(fakeInputUri, decryptInput);
|
|
||||||
|
|
||||||
InputDataResult result = op.execute(input, new CryptoInputParcel());
|
InputDataResult result = op.execute(input, new CryptoInputParcel());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user