mirror of https://github.com/apache/lucene.git
butter fingers... renaming test case
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2f5f1c11d
commit
f4107e810e
|
@ -61,7 +61,7 @@ import org.apache.lucene.index.IndexReader;
|
|||
import org.apache.lucene.index.IndexWriter;
|
||||
import org.apache.lucene.analysis.standard.StandardAnalyzer;
|
||||
|
||||
public class TestCachingrWrapperFilter extends TestCase {
|
||||
public class TestCachingWrapperFilter extends TestCase {
|
||||
public void testCachingWorks() throws Exception {
|
||||
Directory dir = new RAMDirectory();
|
||||
IndexWriter writer = new IndexWriter(dir, new StandardAnalyzer(), true);
|
Loading…
Reference in New Issue