LUCENE-5178: test requires codec that supports docsWithField

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1516003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-08-20 22:42:35 +00:00
parent c1df1e15af
commit ddc821fae9
1 changed files with 1 additions and 0 deletions

View File

@ -635,6 +635,7 @@ public class TestRangeAccumulator extends FacetTestCase {
// LUCENE-5178
public void testMissingValues() throws Exception {
assumeTrue("codec does not support docsWithField", defaultCodecSupportsDocsWithField());
Directory d = newDirectory();
RandomIndexWriter w = new RandomIndexWriter(random(), d);
Document doc = new Document();