mirror of https://github.com/apache/lucene.git
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:
parent
c1df1e15af
commit
ddc821fae9
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue