mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
77158: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 74123: ACE-1802 "MT / Cloud Restrict namespace URI of dynamic models." ACE-955 "Custom Content Models in Cloud" More build fixes: enforce tenant in model namespace restriction on Cloud only, remove unused test class, ensure correct initialisation of CMIS dictionary, make new Cloud dictionary tests run in a separate VM git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@78016 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -164,6 +164,8 @@ public class SOLRAPIClientTest extends TestCase
|
||||
cmisDictionaryService.setDictionaryService(dictionaryComponent);
|
||||
cmisDictionaryService.setDictionaryDAO(dictionaryDAO);
|
||||
cmisDictionaryService.setSingletonCache(new MemoryCache<String, CMISDictionaryRegistry>());
|
||||
cmisDictionaryService.setTenantService(tenantService);
|
||||
cmisDictionaryService.init();
|
||||
|
||||
RuntimePropertyLuceneBuilderMapping luceneBuilderMapping = new RuntimePropertyLuceneBuilderMapping();
|
||||
luceneBuilderMapping.setDictionaryService(dictionaryComponent);
|
||||
|
Reference in New Issue
Block a user