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:
Roy Wetherall
2011-06-21 06:17:37 +00:00
parent f53a15b729
commit bae3c6b16c
3 changed files with 338 additions and 12 deletions

View File

@@ -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