Rename TestLucene50FieldInfoFormat so that its name reflects the tested class.

This commit is contained in:
Adrien Grand 2016-10-10 16:16:16 +02:00
parent 58b64c3675
commit 4a3d1342ab
1 changed files with 2 additions and 2 deletions

View File

@ -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() {