From 20c6085852bc925eaa819b35479d75e57218d884 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Thu, 15 Nov 2012 09:40:24 +0100 Subject: [PATCH] changed test method names. --- .../org/elasticsearch/test/integration/codecs/CodecTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/elasticsearch/test/integration/codecs/CodecTests.java b/src/test/java/org/elasticsearch/test/integration/codecs/CodecTests.java index 25d17f6eae5..5d8759863d0 100644 --- a/src/test/java/org/elasticsearch/test/integration/codecs/CodecTests.java +++ b/src/test/java/org/elasticsearch/test/integration/codecs/CodecTests.java @@ -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) {