mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
59886: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3) 59621: Merged DEV to V4.2-BUG-FIX 58258: MNT-10038 : CIFS and FTP accessing repo without transactions for MNT-9806 58307: MNT-10038 - MNT-9806 Corrected transaction test error in ContentDiskDriverTest git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62203 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -679,10 +679,10 @@ public class FTPServerTest extends TestCase
|
||||
}
|
||||
|
||||
boolean login = ftpOne.login(USER_THREE, PASSWORD_THREE);
|
||||
assertTrue("user one login not successful", login);
|
||||
assertTrue("user three login not successful", login);
|
||||
|
||||
boolean success = ftpOne.changeWorkingDirectory("Alfresco");
|
||||
assertTrue("user one unable to cd to Alfreco", success);
|
||||
assertTrue("user three unable to cd to Alfreco", success);
|
||||
success = ftpOne.changeWorkingDirectory("User*Homes");
|
||||
assertTrue("user one unable to cd to User*Homes", success);
|
||||
success = ftpOne.changeWorkingDirectory(USER_THREE);
|
||||
|
Reference in New Issue
Block a user