mime: don't decrypt in mime parsing only test

This commit is contained in:
Vincent Breitmoser
2015-09-17 00:54:33 +02:00
parent 1b8cdf5462
commit f77a6a85ee

View File

@@ -127,8 +127,7 @@ public class InputDataOperationTest {
InputDataOperation op = new InputDataOperation(spyApplication,
new ProviderHelper(RuntimeEnvironment.application), null);
PgpDecryptVerifyInputParcel decryptInput = new PgpDecryptVerifyInputParcel();
InputDataParcel input = new InputDataParcel(fakeInputUri, decryptInput);
InputDataParcel input = new InputDataParcel(fakeInputUri, null);
InputDataResult result = op.execute(input, new CryptoInputParcel());