changed test method names.

This commit is contained in:
Martijn van Groningen 2012-11-15 09:40:24 +01:00
parent e80f74584b
commit 20c6085852
1 changed files with 2 additions and 2 deletions

View File

@ -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) {