mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user