changed test method names.
This commit is contained in:
parent
e80f74584b
commit
20c6085852
|
@ -56,7 +56,7 @@ public class CodecTests extends AbstractNodesTests {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testIndexOptionsWithConfiguredPostingsFormat() throws Exception {
|
||||
public void testFieldsWithCustomPostingsFormat() throws Exception {
|
||||
try {
|
||||
client.admin().indices().prepareDelete("test").execute().actionGet();
|
||||
} catch (Exception e) {
|
||||
|
@ -85,7 +85,7 @@ public class CodecTests extends AbstractNodesTests {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testIndexOptionsWithSimpleTextCodec() throws Exception {
|
||||
public void testIndexingWithSimpleTextCodec() throws Exception {
|
||||
try {
|
||||
client.admin().indices().prepareDelete("test").execute().actionGet();
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Reference in New Issue