Move remaining Solr factory tests (LUCENE-3909)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305421 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christian Moen 2012-03-26 16:08:37 +00:00
parent 0b1c526b67
commit c6a8b487e5
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ import org.apache.solr.core.SolrResourceLoader;
/**
* Simple tests for {@link JapaneseBaseFormFilterFactory}
*/
public class TestKuromojiBaseFormFilterFactory extends BaseTokenTestCase {
public class TestJapaneseBaseFormFilterFactory extends BaseTokenTestCase {
public void testBasics() throws IOException {
JapaneseTokenizerFactory tokenizerFactory = new JapaneseTokenizerFactory();
tokenizerFactory.init(DEFAULT_VERSION_PARAM);

View File

@ -26,9 +26,9 @@ import org.apache.solr.core.SolrResourceLoader;
*/
/**
* Simple tests for {@link KuromojiPartOfSpeechStopFilter}
* Simple tests for {@link JapanesePartOfSpeechStopFilterFactory}
*/
public class TestKuromojiPartOfSpeechStopFilterFactory extends BaseTokenTestCase {
public class TestJapanesePartOfSpeechStopFilterFactory extends BaseTokenTestCase {
public void testBasics() throws IOException {
String tags =
"# verb-main:\n" +

View File

@ -28,7 +28,7 @@ import org.apache.solr.core.SolrResourceLoader;
/**
* Simple tests for {@link JapaneseTokenizerFactory}
*/
public class TestKuromojiTokenizerFactory extends BaseTokenTestCase {
public class TestJapaneseTokenizerFactory extends BaseTokenTestCase {
public void testSimple() throws IOException {
JapaneseTokenizerFactory factory = new JapaneseTokenizerFactory();
factory.init(DEFAULT_VERSION_PARAM);