enable testcase that relied on a Lucene 4.2 fix

This commit is contained in:
Simon Willnauer 2013-03-11 12:57:24 +01:00
parent 4e7cff488e
commit 9442c41481
1 changed files with 1 additions and 2 deletions

View File

@ -110,8 +110,7 @@ public class GeoShapeIntegrationTests extends AbstractNodesTests {
assertThat(searchResponse.getHits().getAt(0).id(), equalTo("1"));
}
@Test(enabled = false)
// LUCENE MONITIR enable this test again once Lucene4.2 is out. This bug is fixed in Lucene 4.2
@Test
public void testEdgeCases() throws Exception {
client.admin().indices().prepareDelete().execute().actionGet();