mirror of https://github.com/apache/lucene.git
Rename TestLucene50FieldInfoFormat so that its name reflects the tested class.
This commit is contained in:
parent
6f3eb14534
commit
96d571ebc0
|
@ -22,9 +22,9 @@ import org.apache.lucene.index.BaseFieldInfoFormatTestCase;
|
|||
import org.apache.lucene.util.TestUtil;
|
||||
|
||||
/**
|
||||
* Tests Lucene50FieldInfoFormat
|
||||
* Tests Lucene60FieldInfoFormat
|
||||
*/
|
||||
public class TestLucene50FieldInfoFormat extends BaseFieldInfoFormatTestCase {
|
||||
public class TestLucene60FieldInfoFormat extends BaseFieldInfoFormatTestCase {
|
||||
|
||||
@Override
|
||||
protected Codec getCodec() {
|
Loading…
Reference in New Issue