You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2011/08/09 21:09:23 UTC

svn commit: r1155495 - /james/mailbox-integration-tester/trunk/src/main/resources/org/apache/james/imap/scripts/Capability.test

Author: norman
Date: Tue Aug  9 19:09:22 2011
New Revision: 1155495

URL: http://svn.apache.org/viewvc?rev=1155495&view=rev
Log:
There is no need to have the CAPABILITY sorted

Modified:
    james/mailbox-integration-tester/trunk/src/main/resources/org/apache/james/imap/scripts/Capability.test

Modified: james/mailbox-integration-tester/trunk/src/main/resources/org/apache/james/imap/scripts/Capability.test
URL: http://svn.apache.org/viewvc/james/mailbox-integration-tester/trunk/src/main/resources/org/apache/james/imap/scripts/Capability.test?rev=1155495&r1=1155494&r2=1155495&view=diff
==============================================================================
--- james/mailbox-integration-tester/trunk/src/main/resources/org/apache/james/imap/scripts/Capability.test (original)
+++ james/mailbox-integration-tester/trunk/src/main/resources/org/apache/james/imap/scripts/Capability.test Tue Aug  9 19:09:22 2011
@@ -17,8 +17,8 @@
 # under the License.                                           #
 ################################################################
 C: abcd CAPABILITY
-S: \* CAPABILITY IMAP4rev1 .+
+S: \* CAPABILITY .+
 S: abcd OK CAPABILITY completed.
 
 C: abcd CAPABILITY extra stuff
-S: abcd BAD CAPABILITY failed. Illegal arguments.
\ No newline at end of file
+S: abcd BAD CAPABILITY failed. Illegal arguments.



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