Skip to content

Commit 107016c

Browse files
author
Matus Kasak
committed
Removed unimportant annotation which caused errors
1 parent 2b72803 commit 107016c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dspace-server-webapp/src/test/java/org/dspace/app/rest/BitstreamRestControllerIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
import org.springframework.beans.factory.annotation.Autowired;
102102
import org.springframework.boot.test.mock.mockito.MockBean;
103103
import org.springframework.test.annotation.IfProfileValue;
104-
import org.springframework.test.context.TestPropertySource;
105104
import org.springframework.test.util.ReflectionTestUtils;
106105
import org.springframework.test.web.servlet.result.MockMvcResultHandlers;
107106

@@ -111,7 +110,6 @@
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")
115113
public class BitstreamRestControllerIT extends AbstractControllerIntegrationTest {
116114

117115
protected SolrLoggerService solrLoggerService = StatisticsServiceFactory.getInstance().getSolrLoggerService();

0 commit comments

Comments
 (0)