mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV/SWIFT_RM to HEAD:
28489: RM: Saved Search Refactor * Consolidated saved search service functionality into a java service * added delete search to java service * unit tests * TODO ... refactor existing web scripts to use new service implementation * TODO ... bootstrap saved searches with common searches * Added RetryingTransactionHelperTestCase (fallout from a recent iDay) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28490 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -31,7 +31,7 @@ import org.alfresco.service.namespace.NamespaceService;
|
||||
import org.alfresco.service.namespace.QName;
|
||||
|
||||
/**
|
||||
* Utility class containing some useful methods to help when writing tets that require authenticated users
|
||||
* Utility class containing some useful methods to help when writing tests that require authenticated users
|
||||
*
|
||||
* @author Roy Wetherall
|
||||
*/
|
||||
@@ -77,7 +77,7 @@ public abstract class TestWithUserUtils
|
||||
}
|
||||
|
||||
/**
|
||||
* Autneticate the user with the specified password
|
||||
* Authenticate the user with the specified password
|
||||
*
|
||||
* @param userName the user name
|
||||
* @param password the password
|
||||
|
Reference in New Issue
Block a user