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