This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 3bcaf3cbaafe9c029dc44269edbb3d3391f30ff7 Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Wed Sep 4 16:56:36 2019 +0700 JAMES-2442 Fix typo in test names --- .../test/java/org/apache/james/mailets/RemoteDeliveryErrorTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/mailet/integration-testing/src/test/java/org/apache/james/mailets/RemoteDeliveryErrorTest.java b/server/mailet/integration-testing/src/test/java/org/apache/james/mailets/RemoteDeliveryErrorTest.java index ce4e2ef..48b2316 100644 --- a/server/mailet/integration-testing/src/test/java/org/apache/james/mailets/RemoteDeliveryErrorTest.java +++ b/server/mailet/integration-testing/src/test/java/org/apache/james/mailets/RemoteDeliveryErrorTest.java @@ -234,7 +234,7 @@ public class RemoteDeliveryErrorTest { } @Test - public void remoteDeliveryShouldNotRetryWHenRCPT500() throws Exception { + public void remoteDeliveryShouldNotRetryWhenRCPT500() throws Exception { with() .body(SINGLE_500_RCPT_BEHAVIOR) .put("/smtpBehaviors"); @@ -250,7 +250,7 @@ public class RemoteDeliveryErrorTest { } @Test - public void remoteDeliveryShouldNotRetryWHenFROM500() throws Exception { + public void remoteDeliveryShouldNotRetryWhenFROM500() throws Exception { with() .body(SINGLE_500_FROM_BEHAVIOR) .put("/smtpBehaviors"); @@ -266,7 +266,7 @@ public class RemoteDeliveryErrorTest { } @Test - public void remoteDeliveryShouldNotRetryWHenDATA500() throws Exception { + public void remoteDeliveryShouldNotRetryWhenDATA500() throws Exception { with() .body(SINGLE_500_DATA_BEHAVIOR) .put("/smtpBehaviors"); --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org