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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
