You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/01/25 02:58:24 UTC

[james-project] 01/03: JAMES-3431 Move DSNRelayTest to dsn subpackage

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 cdbe678865d6726192f6b1c0ab11fea3ece5a74c
Author: RĂ©mi Kowalski <rk...@linagora.com>
AuthorDate: Mon Jan 18 10:18:11 2021 +0100

    JAMES-3431 Move DSNRelayTest to dsn subpackage
---
 .../src/test/java/org/apache/james/smtp/{ => dsn}/DSNRelayTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/mailet/integration-testing/src/test/java/org/apache/james/smtp/DSNRelayTest.java b/server/mailet/integration-testing/src/test/java/org/apache/james/smtp/dsn/DSNRelayTest.java
similarity index 99%
rename from server/mailet/integration-testing/src/test/java/org/apache/james/smtp/DSNRelayTest.java
rename to server/mailet/integration-testing/src/test/java/org/apache/james/smtp/dsn/DSNRelayTest.java
index c7afc79..c2242e0 100644
--- a/server/mailet/integration-testing/src/test/java/org/apache/james/smtp/DSNRelayTest.java
+++ b/server/mailet/integration-testing/src/test/java/org/apache/james/smtp/dsn/DSNRelayTest.java
@@ -17,7 +17,7 @@
  * under the License.                                           *
  ****************************************************************/
 
-package org.apache.james.smtp;
+package org.apache.james.smtp.dsn;
 
 import static org.apache.james.MemoryJamesServerMain.SMTP_AND_IMAP_MODULE;
 import static org.apache.james.mailets.configuration.Constants.DEFAULT_DOMAIN;


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