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/07/13 09:17:36 UTC

[james-project] 05/05: JAMES-3516 Fix the failing tests following binding SearchThreadIdGuessingAlgorithm

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 a899f638a853246ab84384bf0e8498ea0c618fd3
Author: quanth <hq...@linagora.com>
AuthorDate: Thu Jul 8 18:13:31 2021 +0700

    JAMES-3516 Fix the failing tests following binding SearchThreadIdGuessingAlgorithm
---
 .../org/apache/james/jmap/rfc8621/contract/EmailImportContract.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailImportContract.scala b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailImportContract.scala
index a44af7a..e8716c5 100644
--- a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailImportContract.scala
+++ b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailImportContract.scala
@@ -387,7 +387,7 @@ trait EmailImportContract {
          |                    "C43": {
          |                        "id": "$messageId2",
          |                        "blobId": "$messageId2",
-         |                        "threadId": "$messageId2",
+         |                        "threadId": "$messageId1",
          |                        "size": 2727
          |                    }
          |                }

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