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
The following commit(s) were added to refs/heads/master by this push:
new 05607dfe3a [FIX] Fix DeploymentValidation test script
05607dfe3a is described below
commit 05607dfe3a3b7ae63aec895239418b2e2575e642
Author: Rene Cordier <[email protected]>
AuthorDate: Tue Mar 21 14:43:52 2023 +0700
[FIX] Fix DeploymentValidation test script
Necessary after adding default mailboxes provisioning via imap
---
.../org/apache/james/imap/scripts/ValidateDeployment.test | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git
a/mpt/impl/imap-mailbox/external-james/src/test/resources/org/apache/james/imap/scripts/ValidateDeployment.test
b/mpt/impl/imap-mailbox/external-james/src/test/resources/org/apache/james/imap/scripts/ValidateDeployment.test
index 4b8ba3f1d2..c0b6beeee9 100644
---
a/mpt/impl/imap-mailbox/external-james/src/test/resources/org/apache/james/imap/scripts/ValidateDeployment.test
+++
b/mpt/impl/imap-mailbox/external-james/src/test/resources/org/apache/james/imap/scripts/ValidateDeployment.test
@@ -241,6 +241,12 @@ C: A11 LIST "" "*"
SUB {
S: \* LIST \(\\HasNoChildren\) "\." "testmailbox"
S: \* LIST \(\\HasNoChildren\) "\." "INBOX"
+S: \* LIST \(\\HasNoChildren\) "\." "Archive"
+S: \* LIST \(\\HasNoChildren\) "\." "Drafts"
+S: \* LIST \(\\HasNoChildren\) "\." "Trash"
+S: \* LIST \(\\HasNoChildren\) "\." "Outbox"
+S: \* LIST \(\\HasNoChildren\) "\." "Sent"
+S: \* LIST \(\\HasNoChildren\) "\." "Spam"
}
S: A11 OK LIST completed\.
@@ -251,6 +257,12 @@ C: A13 LIST "" "*"
SUB {
S: \* LIST \(\\HasNoChildren\) "\." "anothermailbox"
S: \* LIST \(\\HasNoChildren\) "\." "INBOX"
+S: \* LIST \(\\HasNoChildren\) "\." "Archive"
+S: \* LIST \(\\HasNoChildren\) "\." "Drafts"
+S: \* LIST \(\\HasNoChildren\) "\." "Trash"
+S: \* LIST \(\\HasNoChildren\) "\." "Outbox"
+S: \* LIST \(\\HasNoChildren\) "\." "Sent"
+S: \* LIST \(\\HasNoChildren\) "\." "Spam"
}
S: A13 OK LIST completed\.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]