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:
Dave Ward
2009-08-21 10:35:46 +00:00
parent f768c7faa0
commit d147d2214e

View File

@@ -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();
}