File tree Expand file tree Collapse file tree
dspace-server-webapp/src/test/java/org/dspace/app/rest Expand file tree Collapse file tree Original file line number Diff line number Diff line change 101101import org .springframework .beans .factory .annotation .Autowired ;
102102import org .springframework .boot .test .mock .mockito .MockBean ;
103103import org .springframework .test .annotation .IfProfileValue ;
104- import org .springframework .test .context .TestPropertySource ;
105104import org .springframework .test .util .ReflectionTestUtils ;
106105import org .springframework .test .web .servlet .result .MockMvcResultHandlers ;
107106
111110 * @author Tom Desair (tom dot desair at atmire dot com)
112111 * @author Frederic Van Reet (frederic dot vanreet at atmire dot com)
113112 */
114- @ TestPropertySource (locations = "classpath:dspace.cfg" )
115113public class BitstreamRestControllerIT extends AbstractControllerIntegrationTest {
116114
117115 protected SolrLoggerService solrLoggerService = StatisticsServiceFactory .getInstance ().getSolrLoggerService ();
You can’t perform that action at this time.
0 commit comments