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 ma...@apache.org on 2010/02/24 22:14:46 UTC

svn commit: r915982 - /james/server/trunk/imapserver/src/test/java/org/apache/james/user/impl/file/FileUserMetaDataRepositoryTest.java

Author: manolo
Date: Wed Feb 24 21:14:45 2010
New Revision: 915982

URL: http://svn.apache.org/viewvc?rev=915982&view=rev
Log:
removed a repeated char in the test, so that the filename produced by the fileSystemSafeName method has a length lower than 144 chars which is the limit in the default encrypted filesystem used in ubuntu for home folders, otherwise the the test fails

Modified:
    james/server/trunk/imapserver/src/test/java/org/apache/james/user/impl/file/FileUserMetaDataRepositoryTest.java

Modified: james/server/trunk/imapserver/src/test/java/org/apache/james/user/impl/file/FileUserMetaDataRepositoryTest.java
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver/src/test/java/org/apache/james/user/impl/file/FileUserMetaDataRepositoryTest.java?rev=915982&r1=915981&r2=915982&view=diff
==============================================================================
--- james/server/trunk/imapserver/src/test/java/org/apache/james/user/impl/file/FileUserMetaDataRepositoryTest.java (original)
+++ james/server/trunk/imapserver/src/test/java/org/apache/james/user/impl/file/FileUserMetaDataRepositoryTest.java Wed Feb 24 21:14:45 2010
@@ -27,7 +27,7 @@
 
 public class FileUserMetaDataRepositoryTest extends TestCase {
 
-    private static final String SYMBOLIC_KEY = "\\/><'@~ #][}{()=+.,| !`%$3\" exit(0)";
+    private static final String SYMBOLIC_KEY = "\\/><'@~ #][}{()=+.,|!`%$3\" exit(0)";
 
     private static final String KEY = "key";
 



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