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: [email protected]
For additional commands, e-mail: [email protected]