You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/10/14 03:12:48 UTC

[GitHub] [james-project] Arsnael commented on a change in pull request #695: JAMES-3639 Allow to configure JMAP crypto with raw public key

Arsnael commented on a change in pull request #695:
URL: https://github.com/apache/james-project/pull/695#discussion_r728602411



##########
File path: server/protocols/jmap-draft/src/test/java/org/apache/james/jmap/draft/crypto/SecurityKeyLoaderTest.java
##########
@@ -108,6 +107,23 @@ void loadShouldReturnAsymmetricKeysWhenCorrectPassword() throws Exception {
             .isNotNull();
     }
 
+    @Test
+    void test() throws Exception {

Review comment:
       ```suggestion
       void loadShouldReturnAsymmetricKeysWhenRawPublicKey() throws Exception {
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org