mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Rename OpenSearch tests to end in "IT" since they are Integration Tests.
This commit is contained in:
@@ -24,7 +24,7 @@ import org.junit.Test;
|
||||
*
|
||||
* @author Oliver Goldschmidt (o dot goldschmidt at tuhh dot de)
|
||||
*/
|
||||
public class OpenSearchControllerDisabledTest extends AbstractControllerIntegrationTest {
|
||||
public class OpenSearchControllerDisabledIT extends AbstractControllerIntegrationTest {
|
||||
|
||||
private ConfigurationService configurationService;
|
||||
|
@@ -34,7 +34,7 @@ import org.junit.Test;
|
||||
*
|
||||
* @author Oliver Goldschmidt (o dot goldschmidt at tuhh dot de)
|
||||
*/
|
||||
public class OpenSearchControllerTest extends AbstractControllerIntegrationTest {
|
||||
public class OpenSearchControllerIT extends AbstractControllerIntegrationTest {
|
||||
|
||||
private ConfigurationService configurationService;
|
||||
|
Reference in New Issue
Block a user