Skip to content

Commit

Permalink
[TEST] add Tests suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
brwe committed Mar 2, 2015
1 parent 600cb88 commit 358fd17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


@ElasticsearchIntegrationTest.ClusterScope(scope= ElasticsearchIntegrationTest.Scope.SUITE, numClientNodes = 0)
public class NodesStatsBasicBackwardsCompat extends ElasticsearchBackwardsCompatIntegrationTest {
public class NodesStatsBasicBackwardsCompatTests extends ElasticsearchBackwardsCompatIntegrationTest {

@Test
public void testNodeStatsSetIndices() throws Exception {
Expand Down

0 comments on commit 358fd17

Please sign in to comment.