You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2020/10/02 08:48:44 UTC

[james-project] 08/08: JAMES-3377 In memory do not attempt message parsing a performs a full match on the raw message content

This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 50185da4572dd1315017c0be5aecd9faccfe88f0
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Oct 2 05:04:07 2020 +0200

    JAMES-3377 In memory do not attempt message parsing a performs a full match on the raw message content
    
    Disable failing test (by design)
---
 .../james/jmap/rfc8621/memory/MemoryEmailQueryMethodTest.java       | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/server/protocols/jmap-rfc-8621-integration-tests/memory-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/memory/MemoryEmailQueryMethodTest.java b/server/protocols/jmap-rfc-8621-integration-tests/memory-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/memory/MemoryEmailQueryMethodTest.java
index 474f93a..9782f60 100644
--- a/server/protocols/jmap-rfc-8621-integration-tests/memory-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/memory/MemoryEmailQueryMethodTest.java
+++ b/server/protocols/jmap-rfc-8621-integration-tests/memory-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/memory/MemoryEmailQueryMethodTest.java
@@ -42,4 +42,10 @@ public class MemoryEmailQueryMethodTest implements EmailQueryMethodContract {
     @Override
     @Disabled("JAMES-3377 Not supported for in-memory test")
     public void emailQueryFilterByTextShouldIgnoreMarkupsInHtmlBody(GuiceJamesServer server) {}
+
+    @Test
+    @Override
+    @Disabled("JAMES-3377 Not supported for in-memory test" +
+        "In memory do not attempt message parsing a performs a full match on the raw message content")
+    public void emailQueryFilterByTextShouldIgnoreAttachmentContent(GuiceJamesServer server) {}
 }


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