mirror of https://github.com/apache/lucene.git
add suppress codec in highlight tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3069@1516678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
25143ff1e0
commit
dda1291dcd
|
@ -46,7 +46,7 @@ import org.apache.lucene.util.LuceneTestCase;
|
|||
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
|
||||
import org.apache.lucene.util._TestUtil;
|
||||
|
||||
@SuppressCodecs({"MockFixedIntBlock", "MockVariableIntBlock", "MockSep", "MockRandom"})
|
||||
@SuppressCodecs({"MockFixedIntBlock", "MockVariableIntBlock", "MockSep", "MockRandom", "TempFixedIntBlock", "TempVariableIntBlock", "TempSep", "TempRandom"})
|
||||
public class TestPostingsHighlighterRanking extends LuceneTestCase {
|
||||
/**
|
||||
* indexes a bunch of gibberish, and then highlights top(n).
|
||||
|
|
Loading…
Reference in New Issue