mirror of https://github.com/apache/lucene.git
revert accidental commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb57fd149a
commit
08b226f8ca
|
@ -43,7 +43,6 @@ import org.apache.lucene.util.LuceneTestCase;
|
|||
public class TestDemo extends LuceneTestCase {
|
||||
|
||||
public void testDemo() throws IOException, ParseException {
|
||||
fail();
|
||||
Analyzer analyzer = new MockAnalyzer();
|
||||
|
||||
// Store the index in memory:
|
||||
|
|
Loading…
Reference in New Issue