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/09/08 03:11:40 UTC

[james-project] 01/02: MAILBOX-407 listShouldReturnEmptyListWhenNoMailboxes fails with NPE

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 a6517a353561b2639b572d001791112d119b44f8
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Sun Sep 5 19:37:42 2021 +0700

    MAILBOX-407 listShouldReturnEmptyListWhenNoMailboxes fails with NPE
---
 .../james/mailbox/maildir/DomainUserMaildirMailboxManagerTest.java   | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/mailbox/maildir/src/test/java/org/apache/james/mailbox/maildir/DomainUserMaildirMailboxManagerTest.java b/mailbox/maildir/src/test/java/org/apache/james/mailbox/maildir/DomainUserMaildirMailboxManagerTest.java
index 55ae598..ec70563 100644
--- a/mailbox/maildir/src/test/java/org/apache/james/mailbox/maildir/DomainUserMaildirMailboxManagerTest.java
+++ b/mailbox/maildir/src/test/java/org/apache/james/mailbox/maildir/DomainUserMaildirMailboxManagerTest.java
@@ -46,6 +46,11 @@ class DomainUserMaildirMailboxManagerTest extends MailboxManagerTest<StoreMailbo
         protected void renameMailboxShouldChangeTheMailboxPathOfAMailbox() {
         }
 
+        @Disabled("MAILBOX-407 Returns a NPE")
+        @Test
+        protected void listShouldReturnEmptyListWhenNoMailboxes() {
+        }
+
         @Disabled("MAILBOX-389 Mailbox rename fails with Maildir")
         @Test
         protected void renameMailboxByIdShouldChangeTheMailboxPathOfAMailbox() {

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