JAMES-2543 test method without @Test annotation

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

Branch: refs/heads/master
Commit: 5bafaf09803c370e257d99c4dd5e648a570fcfc2
Parents: bb555c6
Author: Matthieu Baechler <[email protected]>
Authored: Thu Sep 6 17:56:05 2018 +0200
Committer: Matthieu Baechler <[email protected]>
Committed: Mon Sep 10 21:25:25 2018 +0200

----------------------------------------------------------------------
 .../src/test/java/org/apache/james/smtpserver/SMTPServerTest.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/5bafaf09/server/protocols/protocols-smtp/src/test/java/org/apache/james/smtpserver/SMTPServerTest.java
----------------------------------------------------------------------
diff --git 
a/server/protocols/protocols-smtp/src/test/java/org/apache/james/smtpserver/SMTPServerTest.java
 
b/server/protocols/protocols-smtp/src/test/java/org/apache/james/smtpserver/SMTPServerTest.java
index c12f0ce..171e49d 100644
--- 
a/server/protocols/protocols-smtp/src/test/java/org/apache/james/smtpserver/SMTPServerTest.java
+++ 
b/server/protocols/protocols-smtp/src/test/java/org/apache/james/smtpserver/SMTPServerTest.java
@@ -1436,6 +1436,7 @@ public class SMTPServerTest {
             .isEqualTo(503);
     }
 
+    @Test
     public void testHandleMessageSizeLimitExceeded() throws Exception {
         smtpConfiguration.setMaxMessageSize(1); // set message limit to 1kb
         init(smtpConfiguration);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to