mirror of https://github.com/apache/lucene.git
LUCENE-3690: since this filter handles all kinds of bad partial and wierd input, this should be fine to enable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
105d4ddad0
commit
8b8c2b4dee
|
@ -255,7 +255,6 @@ public class HTMLStripCharFilterTest extends BaseTokenStreamTestCase {
|
|||
doTestOffsets("X < &zz >X &# < X > < &l > &g < X");
|
||||
}
|
||||
|
||||
@Ignore("broken offsets: see LUCENE-2208")
|
||||
public void testRandom() throws Exception {
|
||||
Analyzer analyzer = new Analyzer() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue