LUCENE-4782 - suppressing SNBC test for Lucene3x codec for now

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1448932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tommaso Teofili 2013-02-22 08:25:05 +00:00
parent 371875652a
commit 5e55903b14
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ package org.apache.lucene.classification;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.MockAnalyzer;
import org.apache.lucene.analysis.ngram.EdgeNGramTokenizer;
import org.apache.lucene.util.LuceneTestCase;
import org.junit.Test;
import java.io.Reader;
@ -26,6 +27,8 @@ import java.io.Reader;
/**
* Testcase for {@link SimpleNaiveBayesClassifier}
*/
// TODO : eventually remove this if / when fallback methods exist for all un-supportable codec methods (see LUCENE-4872)
@LuceneTestCase.SuppressCodecs("Lucene3x")
public class SimpleNaiveBayesClassifierTest extends ClassificationTestBase {
@Test