mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
107281: Merged NESS/5.1.N-2015-05-26 (5.1.0) to HEAD-BUG-FIX (5.1/Cloud) 105463: ACE-3984 : Add support for link creation via Repository REST API - added the functionality for creating document links 105467: ACE-3984 : Add support for link creation via Repository REST API - reverted fix to add modifications 105468: ACE-3984 : Add support for link creation via Repository REST API - added java backed webscripts for creating and deleting links - added service for handling document links operations 106865: ACE-3984 : Add support for link creation via Repository REST API - added copyright notice - added class level comment to AbstractDocLink git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@107492 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -419,4 +419,9 @@ public class Repository01TestSuite extends TestSuite
|
||||
{
|
||||
suite.addTest(org.alfresco.repo.search.impl.solr.facet.SolrFacetTestSuite.suite());
|
||||
}
|
||||
|
||||
static void tests67(TestSuite suite)
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.repo.doclink.DocumentLinkServiceImplTest.class);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user