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 0fff2612df3a2ee47e3f86938ea09ea4e6873e43
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Thu Oct 10 10:30:58 2019 +0700

    JAMES-2917 Make To sort testing less context-dependent
---
 .../james/mailbox/store/search/AbstractMessageSearchIndexTest.java  | 6 +++---
 mailbox/store/src/test/resources/eml/mail1.eml                      | 2 +-
 mailbox/store/src/test/resources/eml/mail2.eml                      | 2 +-
 mailbox/store/src/test/resources/eml/mail3.eml                      | 2 +-
 mailbox/store/src/test/resources/eml/mail4.eml                      | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/mailbox/store/src/test/java/org/apache/james/mailbox/store/search/AbstractMessageSearchIndexTest.java
 
b/mailbox/store/src/test/java/org/apache/james/mailbox/store/search/AbstractMessageSearchIndexTest.java
index 770ff29..6447070 100644
--- 
a/mailbox/store/src/test/java/org/apache/james/mailbox/store/search/AbstractMessageSearchIndexTest.java
+++ 
b/mailbox/store/src/test/java/org/apache/james/mailbox/store/search/AbstractMessageSearchIndexTest.java
@@ -1115,9 +1115,9 @@ public abstract class AbstractMessageSearchIndexTest {
         assertThat(messageSearchIndex.search(session, mailbox, searchQuery))
             .containsExactly(m5.getUid(), m3.getUid(), m2.getUid(), 
m4.getUid());
         // 5 : "zzz" <mailet-...@james.apache.org>
-        // 3 : "aaa" <server-dev@james.apache.org>
-        // 2 : "abc" <server-dev@james.apache.org>
-        // 4 : "server" <server-dev@james.apache.org>
+        // 3 : "aaa" <a-server-...@james.apache.org>
+        // 2 : "abc" <b-server-...@james.apache.org>
+        // 4 : "server" <c-server-...@james.apache.org>
     }
 
     @Test
diff --git a/mailbox/store/src/test/resources/eml/mail1.eml 
b/mailbox/store/src/test/resources/eml/mail1.eml
index 33df93b..1e984ae 100644
--- a/mailbox/store/src/test/resources/eml/mail1.eml
+++ b/mailbox/store/src/test/resources/eml/mail1.eml
@@ -34,7 +34,7 @@ Received: from arcas.apache.org (HELO arcas.apache.org) 
(140.211.11.28)
     by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2015 09:23:38 +0000
 Date: Thu, 4 Jun 2015 09:23:37 +0000 (UTC)
 From: "Tellier Benoit (JIRA)" <ji...@apache.org>
-To: "abc" <server-dev@james.apache.org>
+To: "abc" <b-server-...@james.apache.org>
 Message-ID: <jira.12835341.1433409792000.9340.1433409817...@atlassian.jira>
 In-Reply-To: <jira.12835341.1433409792...@atlassian.jira>
 References: <jira.12835341.1433409792...@atlassian.jira> 
<JIRA.12835341.1433409792972@arcas>
diff --git a/mailbox/store/src/test/resources/eml/mail2.eml 
b/mailbox/store/src/test/resources/eml/mail2.eml
index 6539248..6cd6f4c 100644
--- a/mailbox/store/src/test/resources/eml/mail2.eml
+++ b/mailbox/store/src/test/resources/eml/mail2.eml
@@ -34,7 +34,7 @@ Received: from arcas.apache.org (HELO arcas.apache.org) 
(140.211.11.28)
     by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2015 09:27:38 +0000
 Date: Thu, 4 Jun 2015 09:27:37 +0000 (UTC)
 From: "efij" <ji...@apache.org>
-To: "aaa" <server-dev@james.apache.org>
+To: "aaa" <a-server-...@james.apache.org>
 Cc: a...@abc.org
 Message-ID: <jira.12781874.1426269127000.9353.1433410057...@atlassian.jira>
 In-Reply-To: <jira.12781874.1426269127...@atlassian.jira>
diff --git a/mailbox/store/src/test/resources/eml/mail3.eml 
b/mailbox/store/src/test/resources/eml/mail3.eml
index 99f2123..01f9600 100644
--- a/mailbox/store/src/test/resources/eml/mail3.eml
+++ b/mailbox/store/src/test/resources/eml/mail3.eml
@@ -37,7 +37,7 @@ Received: from arcas.apache.org (HELO arcas.apache.org) 
(140.211.11.28)
 Date: Tue, 2 Jun 2015 08:16:19 +0000 (UTC)
 From: "abcd" <j...@apache.org>
 Cc: z...@bcd.org
-To: "server" <server-dev@james.apache.org>
+To: "server" <c-server-...@james.apache.org>
 Message-ID: <jira.12473940.1284322083000.91735.1433232979...@atlassian.jira>
 In-Reply-To: <jira.12473940.1284322083...@atlassian.jira>
 References: <jira.12473940.1284322083...@atlassian.jira> 
<JIRA.12473940.1284322083687@arcas>
diff --git a/mailbox/store/src/test/resources/eml/mail4.eml 
b/mailbox/store/src/test/resources/eml/mail4.eml
index ad2a5f6..b4fe825 100644
--- a/mailbox/store/src/test/resources/eml/mail4.eml
+++ b/mailbox/store/src/test/resources/eml/mail4.eml
@@ -36,7 +36,7 @@ Received: from arcas.apache.org (HELO arcas.apache.org) 
(140.211.11.28)
     by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2015 06:36:00 +0000
 Date: Fri, 15 May 2015 06:35:59 +0000 (UTC)
 From: "Eric Charles (JIRA)" <mailet-...@james.apache.org>
-To: "zzz" <mailet-...@james.apache.org>
+To: "zzz" <a-mailet-...@james.apache.org>
 Cc: mon...@any.com
 Bcc: mon...@any.com
 Message-ID: <jira.12825882.1430301328000.124152.1431671759...@atlassian.jira>


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

Reply via email to