mirror of https://github.com/apache/lucene.git
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:
parent
a936d09a72
commit
40d5e3de67
|
@ -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 {
|
Loading…
Reference in New Issue