You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2017/11/21 16:40:51 UTC

[2/7] james-project git commit: JAMES-2225 Rename working test

JAMES-2225 Rename working test


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/5ae8fa2d
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/5ae8fa2d
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/5ae8fa2d

Branch: refs/heads/master
Commit: 5ae8fa2dd1d80d95a198a2c87823a11e60799cff
Parents: fd6d947
Author: Raphael Ouazana <ra...@linagora.com>
Authored: Mon Nov 20 14:25:03 2017 +0100
Committer: Raphael Ouazana <ra...@linagora.com>
Committed: Mon Nov 20 15:04:24 2017 +0100

----------------------------------------------------------------------
 .../java/org/apache/james/transport/mailets/GroupMappingTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/5ae8fa2d/server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/GroupMappingTest.java
----------------------------------------------------------------------
diff --git a/server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/GroupMappingTest.java b/server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/GroupMappingTest.java
index 8e773ae..cc25fb4 100644
--- a/server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/GroupMappingTest.java
+++ b/server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/GroupMappingTest.java
@@ -434,7 +434,7 @@ public class GroupMappingTest {
     }
 
     @Test
-    public void externalGroupMemberAreNotSupported() throws Exception {
+    public void sendMessageShouldSendAMessageToAnExternalGroupMember() throws Exception {
         String externalMail = "ray@yopmail.com";
         restApiRequest.put(GroupsRoutes.ROOT_PATH + "/" + GROUP_ON_DOMAIN1 + "/" + externalMail);
 


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