I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit dff357a6 authored by zzz's avatar zzz
Browse files

unit test compile fix

parent cc271de7
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ public class BuildMessageTestStandalone extends TestCase {
for (int i = 0; i < TunnelBuildMessage.MAX_RECORD_COUNT; i++)
reply.setRecord(i, msg.getRecord(i));
int statuses[] = BuildReplyHandler.decrypt(ctx, reply, cfg, order);
int statuses[] = (new BuildReplyHandler(ctx)).decrypt(reply, cfg, order);
if (statuses == null) throw new RuntimeException("bar");
boolean allAgree = true;
for (int i = 0; i < cfg.getLength(); i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment