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:
Erik Hatcher 2003-09-16 20:56:12 +00:00
parent a2f5f1c11d
commit f4107e810e
1 changed files with 1 additions and 1 deletions

View File

@ -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);