Rename OpenSearch tests to end in "IT" since they are Integration Tests.

This commit is contained in:
Tim Donohue
2018-12-17 21:04:15 +00:00
parent 7fe7da4813
commit 78e3e00e7f
2 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;