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 <[email protected]>
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" <[email protected]>
-        // 3 : "aaa" <[email protected]>
-        // 2 : "abc" <[email protected]>
-        // 4 : "server" <[email protected]>
+        // 3 : "aaa" <[email protected]>
+        // 2 : "abc" <[email protected]>
+        // 4 : "server" <[email protected]>
     }
 
     @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)" <[email protected]>
-To: "abc" <[email protected]>
+To: "abc" <[email protected]>
 Message-ID: <[email protected]>
 In-Reply-To: <[email protected]>
 References: <[email protected]> 
<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" <[email protected]>
-To: "aaa" <[email protected]>
+To: "aaa" <[email protected]>
 Cc: [email protected]
 Message-ID: <[email protected]>
 In-Reply-To: <[email protected]>
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" <[email protected]>
 Cc: [email protected]
-To: "server" <[email protected]>
+To: "server" <[email protected]>
 Message-ID: <[email protected]>
 In-Reply-To: <[email protected]>
 References: <[email protected]> 
<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)" <[email protected]>
-To: "zzz" <[email protected]>
+To: "zzz" <[email protected]>
 Cc: [email protected]
 Bcc: [email protected]
 Message-ID: <[email protected]>


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

Reply via email to