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:
Robert Muir 2012-01-13 19:46:30 +00:00
parent 105d4ddad0
commit 8b8c2b4dee
1 changed files with 0 additions and 1 deletions

View File

@ -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() {