Skip to content

Commit

Permalink
Tests: Rename tests with the same name
Browse files Browse the repository at this point in the history
These two tests are confusing because they have the same class name in
different packages.  This results in accidentally looking at the wrong
file when trying to open the test by class name. They are also
not "simple"..
  • Loading branch information
rjernst committed Jan 20, 2015
1 parent c0da353 commit 314b62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -43,7 +43,7 @@
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*;
import static org.hamcrest.Matchers.*;

public class SimpleQueryTests extends ElasticsearchIntegrationTest {
public class CountQueryTests extends ElasticsearchIntegrationTest {

@Test
public void passQueryAsStringTest() throws Exception {
Expand Down
Expand Up @@ -62,7 +62,7 @@
import static org.hamcrest.Matchers.*;


public class SimpleQueryTests extends ElasticsearchIntegrationTest {
public class SearchQueryTests extends ElasticsearchIntegrationTest {

@Override
protected int maximumNumberOfShards() {
Expand Down

0 comments on commit 314b62c

Please sign in to comment.