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