LUCENE-4065: disable offsets checks for now, in case the ctor gets false as a param

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1350723 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-06-15 18:16:13 +00:00
parent 26cce83bc8
commit d13f373e15
1 changed files with 3 additions and 1 deletions

View File

@ -158,7 +158,9 @@ public class TestRandomChains extends BaseTokenStreamTestCase {
// TODO: doesn't handle graph inputs
CJKBigramFilter.class,
// TODO: doesn't handle graph inputs (or even look at positionIncrement)
HyphenatedWordsFilter.class
HyphenatedWordsFilter.class,
// LUCENE-4065: only if you pass 'false' to enablePositionIncrements!
TypeTokenFilter.class
);
}