LUCENE-4449: rename test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391829 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-09-29 15:56:22 +00:00
parent a936d09a72
commit 40d5e3de67
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ import org.junit.Test;
//TODO: would be better in this test to pull termsenums and instanceof or something?
// this way we can verify PFPF is doing the right thing.
// for now we do termqueries.
public class TestPerFieldPostingsFormat extends LuceneTestCase {
public class TestPerFieldPostingsFormat2 extends LuceneTestCase {
private IndexWriter newWriter(Directory dir, IndexWriterConfig conf)
throws IOException {