[DS04409] There is another set of mock/fake classes for dspace-server-webapp. Activate them.

This commit is contained in:
Mark H. Wood
2020-01-09 16:13:38 -05:00
parent 692bbd9449
commit ad03a97660
4 changed files with 41 additions and 10 deletions

View File

@@ -14,6 +14,11 @@ import org.springframework.beans.factory.InitializingBean;
/**
* Mock service that uses an embedded SOLR server for the statistics core.
* <p>
* <strong>NOTE:</strong> this class is overridden by one <em>of the same name</em>
* defined in dspace-server-webapp and declared as a bean there.
* See {@code config/spring/api/Z-mock-services.xml}. Some kind of classpath
* magic makes this work.
*/
public class MockSolrLoggerServiceImpl
extends SolrLoggerServiceImpl