mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 02:58:58 +00:00
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
|
// LUCENE-5178
|
||||||
public void testMissingValues() throws Exception {
|
public void testMissingValues() throws Exception {
|
||||||
|
assumeTrue("codec does not support docsWithField", defaultCodecSupportsDocsWithField());
|
||||||
Directory d = newDirectory();
|
Directory d = newDirectory();
|
||||||
RandomIndexWriter w = new RandomIndexWriter(random(), d);
|
RandomIndexWriter w = new RandomIndexWriter(random(), d);
|
||||||
Document doc = new Document();
|
Document doc = new Document();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user