mirror of https://github.com/apache/lucene.git
LUCENE-3606: Fix test; TODO: LuceneTestCase/MockDirectoryWrapper should detect this
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1211218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
04e8ae2eeb
commit
28875e4015
|
@ -293,6 +293,7 @@ public class TestBufferedIndexInput extends LuceneTestCase {
|
|||
assertEquals(35, hits.length);
|
||||
writer.close();
|
||||
searcher.close();
|
||||
reader.close();
|
||||
} finally {
|
||||
_TestUtil.rmDir(indexDir);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue