mirror of https://github.com/apache/lucene.git
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:
parent
1816eee6bd
commit
42d5b585ce
|
@ -19,6 +19,7 @@ package org.apache.lucene.analysis.core;
|
||||||
|
|
||||||
import org.apache.lucene.analysis.Analyzer;
|
import org.apache.lucene.analysis.Analyzer;
|
||||||
import org.apache.lucene.analysis.BaseTokenStreamTestCase;
|
import org.apache.lucene.analysis.BaseTokenStreamTestCase;
|
||||||
|
import org.junit.Ignore;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was automatically generated by generateJavaUnicodeWordBreakTest.pl
|
* 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)
|
* \p{WordBreak = Numeric} (Excludes full-width Arabic digits)
|
||||||
* [\uFF10-\uFF19] (Full-width Arabic digits)
|
* [\uFF10-\uFF19] (Full-width Arabic digits)
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
public class WordBreakTestUnicode_5_2_0 extends BaseTokenStreamTestCase {
|
public class WordBreakTestUnicode_5_2_0 extends BaseTokenStreamTestCase {
|
||||||
|
|
||||||
public void test(Analyzer analyzer) throws Exception {
|
public void test(Analyzer analyzer) throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue