mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged V3.2 to HEAD
15848: Fix unit test broken by 15828 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15852 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -120,11 +120,6 @@ public class PersonServiceTest extends BaseWebScriptTest
|
||||
personService.deletePerson(userName);
|
||||
}
|
||||
|
||||
// delete authentications for users created in setUp()
|
||||
this.authenticationService.deleteAuthentication(USER_ONE);
|
||||
this.authenticationService.deleteAuthentication(USER_TWO);
|
||||
this.authenticationService.deleteAuthentication(USER_THREE);
|
||||
|
||||
// Clear the list
|
||||
this.createdPeople.clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user