mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Additional unit test fix (AVMServiceTest.testProperties etc) for r6401
Have run some more tests locally and will let build continue to run through the rest ... git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6414 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -174,6 +174,7 @@ public class AVMLuceneIndexerAndSearcherFactory extends AbstractLuceneIndexerAnd
|
||||
searcher.setNamespacePrefixResolver(nameSpaceService);
|
||||
// searcher.setLuceneIndexLock(luceneIndexLock);
|
||||
searcher.setNodeService(nodeService);
|
||||
searcher.setTenantService(tenantService);
|
||||
searcher.setDictionaryService(dictionaryService);
|
||||
searcher.setQueryRegister(getQueryRegister());
|
||||
return searcher;
|
||||
|
Reference in New Issue
Block a user