Merged DEV/BELARUS/IMAP-3 to HEAD

15059: ALFCOM-3087 (IMAP load tester fixes)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15103 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-07-08 12:33:37 +00:00
parent a929a7fd74
commit 33f260e05f
2 changed files with 103 additions and 17 deletions

View File

@@ -25,8 +25,8 @@ public class RemoteLoadTester extends TestCase
private Log logger = LogFactory.getLog(RemoteLoadTester.class);
private static final String USER_NAME = "admin";
private static final String USER_PASSWORD = "admin";
private static final String USER_NAME = "test_imap_user";
private static final String USER_PASSWORD = "test_imap_user";
private static final String TEST_FOLDER_NAME = "test_imap1000";
@Override