[TEST] add Tests suffix

This commit is contained in:
Britta Weber 2015-03-02 13:46:22 +01:00
parent 600cb886da
commit 358fd176c1
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ import org.elasticsearch.test.ElasticsearchBackwardsCompatIntegrationTest;
import org.junit.Test;
import static org.hamcrest.Matchers.*;
public class ClusterStateBackwardsCompat extends ElasticsearchBackwardsCompatIntegrationTest {
public class ClusterStateBackwardsCompatTests extends ElasticsearchBackwardsCompatIntegrationTest {
@Test
public void testClusterState() throws Exception {

View File

@ -34,7 +34,7 @@ import java.lang.reflect.Method;
@ElasticsearchIntegrationTest.ClusterScope(scope= ElasticsearchIntegrationTest.Scope.SUITE, numClientNodes = 0)
public class NodesStatsBasicBackwardsCompat extends ElasticsearchBackwardsCompatIntegrationTest {
public class NodesStatsBasicBackwardsCompatTests extends ElasticsearchBackwardsCompatIntegrationTest {
@Test
public void testNodeStatsSetIndices() throws Exception {