Skip to content

Commit

Permalink
[TESTS] Ensure yellow in SimpleFacetsTests.testFilterFacetWithFacetFi…
Browse files Browse the repository at this point in the history
…lterPostMode.
  • Loading branch information
jpountz committed Jul 24, 2014
1 parent eb37a59 commit f5d1e0a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2319,6 +2319,7 @@ public void testQueryFacet() throws Exception {
@Test // #3479: Null pointer exception for POST mode facets if facet_filter accepts no documents
public void testFilterFacetWithFacetFilterPostMode() throws IOException {
createIndex("test");
ensureYellow("test");
client().prepareIndex("test", "type1").setSource(jsonBuilder().startObject()
.field("field", "xxx")
.endObject()).execute().actionGet();
Expand Down

0 comments on commit f5d1e0a

Please sign in to comment.