Browse Source

Enable CipherSuite test in regtest suite. (Failing, for JNI-104)

JNI-104
heck 5 years ago
parent
commit
238aba2e3e
  1. 6
      test/java/foundation/pEp/jniadapter/test/regression/TestMain.java

6
test/java/foundation/pEp/jniadapter/test/regression/TestMain.java

@ -159,9 +159,9 @@ class TestMain {
}).run();
// TODO: class not found: foundation/pEp/jniadapter/Message$CipherSuite
// new TestUnit<RegTestContext>("Engine.config_cipher_suite", new RegTestContext(), ctx -> {
// ctx.engine.config_cipher_suite(CipherSuite.pEpCipherSuiteDefault);
// }).run();
new TestUnit<RegTestContext>("Engine.config_cipher_suite", new RegTestContext(), ctx -> {
ctx.engine.config_cipher_suite(CipherSuite.pEpCipherSuiteDefault);
}).run();
new TestUnit<RegTestContext>("Engine.trustwords", new RegTestContext(), ctx -> {
ctx.engine.trustwords(ctx.alice);

Loading…
Cancel
Save