Repository: james-project
Updated Branches:
  refs/heads/master e0e8581a8 -> a3aa6a005


MAILBOX-270: mpt testing, valid the limitation of components


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a3aa6a00
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a3aa6a00
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/a3aa6a00

Branch: refs/heads/master
Commit: a3aa6a005172779879e4ea49c09f0033003685fe
Parents: 6d83bc8
Author: Quynh Nguyen <qngu...@linagora.com>
Authored: Wed Aug 31 11:31:18 2016 +0700
Committer: Quynh Nguyen <qngu...@linagora.com>
Committed: Fri Sep 9 09:47:25 2016 +0700

----------------------------------------------------------------------
 .../org/apache/james/imap/scripts/Annotation.test  | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/a3aa6a00/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Annotation.test
----------------------------------------------------------------------
diff --git 
a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Annotation.test
 
b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Annotation.test
index 9b3066e..0c2bdd1 100644
--- 
a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Annotation.test
+++ 
b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Annotation.test
@@ -141,4 +141,19 @@ C: g18 GETMETADATA (/private/comment)
 S: g18 BAD GETMETADATA failed. Illegal arguments.
 
 C: g19 GETMETADATA "INBOX" (MAXSIZE 0) (/private/comment)
-S: g19 BAD GETMETADATA failed. Illegal arguments.
\ No newline at end of file
+S: g19 BAD GETMETADATA failed. Illegal arguments.
+
+########################End of get annotation############
+
+C: a21 SETMETADATA INBOX (/private "My new comment")
+S: a21 BAD SETMETADATA failed. Illegal arguments.
+
+C: a22 SETMETADATA INBOX (/private/vendor "My new comment")
+S: a22 BAD SETMETADATA failed. Illegal arguments.
+
+C: a23 SETMETADATA INBOX (/private/vendor/token "My new comment")
+S: a23 BAD SETMETADATA failed. Illegal arguments.
+
+C: a24 SETMETADATA INBOX (/shared/vendor/token/comment "My token comment")
+S: a24 OK SETMETADATA completed.
+


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to