File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/elasticsearch/test/integration/codecs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments