Browse Source

update SpeedTest: decrypt_message_Return not an inner class anymore

JNI-119
heck 5 years ago
parent
commit
f48ff02e24
  1. 2
      test/java/foundation/pEp/jniadapter/test/speedtest/SpeedTest.java

2
test/java/foundation/pEp/jniadapter/test/speedtest/SpeedTest.java

@ -28,7 +28,7 @@ public class SpeedTest {
try { try {
Message[] msgs = codec.decode(testDataEnc); Message[] msgs = codec.decode(testDataEnc);
Vector<String> keys = new Vector<String>(); Vector<String> keys = new Vector<String>();
Engine.decrypt_message_Return ret = eng.decrypt_message(msgs[0], keys, 0); decrypt_message_Return ret = eng.decrypt_message(msgs[0], keys, 0);
String txt = ret.dst.getLongmsg(); String txt = ret.dst.getLongmsg();
} catch (ParseException ex) { } catch (ParseException ex) {
System.err.println("error: parsing test data"); System.err.println("error: parsing test data");

Loading…
Cancel
Save