Skip to content

Commit 20c6085

Browse files
committed
changed test method names.
1 parent e80f745 commit 20c6085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/elasticsearch/test/integration/codecs/CodecTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected Client getClient() {
5656
}
5757

5858
@Test
59-
public void testIndexOptionsWithConfiguredPostingsFormat() throws Exception {
59+
public void testFieldsWithCustomPostingsFormat() throws Exception {
6060
try {
6161
client.admin().indices().prepareDelete("test").execute().actionGet();
6262
} catch (Exception e) {
@@ -85,7 +85,7 @@ public void testIndexOptionsWithConfiguredPostingsFormat() throws Exception {
8585
}
8686

8787
@Test
88-
public void testIndexOptionsWithSimpleTextCodec() throws Exception {
88+
public void testIndexingWithSimpleTextCodec() throws Exception {
8989
try {
9090
client.admin().indices().prepareDelete("test").execute().actionGet();
9191
} catch (Exception e) {

0 commit comments

Comments
 (0)