Arsnael commented on pull request #685:
URL: https://github.com/apache/james-project/pull/685#issuecomment-939624716


   ```
   
org.apache.james.jmap.rfc8621.memory.MemoryEmailSetMethodTest.createShouldSupportInlinedAttachmentsMixedWithRegularAttachmentsAndHtmlBody{GuiceJamesServer}
   
   JSON documents are different:
   Different keys found in node "methodResponses[1][1].list[0].bodyValues", 
extra: 
"methodResponses[1][1].list[0].bodyValues.6","methodResponses[1][1].list[0].bodyValues.7",
 expected: 
<{"4":{"isEncodingProblem":false,"isTruncated":false,"value":"<!DOCTYPE 
html><html><head><title></title></head><body><div>I have the most 
<b>brilliant</b> plan. Let me tell you all about it. What we do is, 
we</div></body></html>"}}> but was: 
<{"4":{"isEncodingProblem":false,"isTruncated":false,"value":"<!DOCTYPE 
html><html><head><title></title></head><body><div>I have the most 
<b>brilliant</b> plan. Let me tell you all about it. What we do is, 
we</div></body></html>"},"6":{"isEncodingProblem":false,"isTruncated":false,"value":"123456789
   "},"7":{"isEncodingProblem":false,"isTruncated":false,"value":"123456789
   "}}>
   Array "methodResponses[1][1].list[0].htmlBody" has different length, 
expected: <1> but was: <3>.
   Array "methodResponses[1][1].list[0].htmlBody" has different content. Extra 
values: 
[{"charset":"UTF-8","disposition":"inline","size":11,"partId":"6","blobId":"1_6","type":"text/plain","cid":"abc"},
 
{"charset":"UTF-8","disposition":"inline","size":11,"partId":"7","blobId":"1_7","type":"text/plain","cid":"def"}],
 expected: 
<[{"partId":"4","blobId":"1_4","size":166,"type":"text/html","charset":"UTF-8"}]>
 but was: 
<[{"charset":"UTF-8","size":166,"partId":"4","blobId":"1_4","type":"text/html"},{"charset":"UTF-8","disposition":"inline","size":11,"partId":"6","blobId":"1_6","type":"text/plain","cid":"abc"},{"charset":"UTF-8","disposition":"inline","size":11,"partId":"7","blobId":"1_7","type":"text/plain","cid":"def"}]>
   ```
   Is this related?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to