Ignore this test under IntelliJ, which can't use Ant's test file patterns (Test*.java,*Test.java) to ignore this test, and thinks it's a failure since no test methods can be found.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1004853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2010-10-05 23:23:55 +00:00
parent 1816eee6bd
commit 42d5b585ce
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ package org.apache.lucene.analysis.core;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.BaseTokenStreamTestCase;
import org.junit.Ignore;
/**
* This class was automatically generated by generateJavaUnicodeWordBreakTest.pl
@ -39,6 +40,7 @@ import org.apache.lucene.analysis.BaseTokenStreamTestCase;
* \p{WordBreak = Numeric} (Excludes full-width Arabic digits)
* [\uFF10-\uFF19] (Full-width Arabic digits)
*/
@Ignore
public class WordBreakTestUnicode_5_2_0 extends BaseTokenStreamTestCase {
public void test(Analyzer analyzer) throws Exception {