mirror of https://github.com/apache/lucene.git
LUCENE-6825: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709930 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aad653fda5
commit
5e6d6920f2
|
@ -676,9 +676,9 @@ public class TestBKD extends LuceneTestCase {
|
|||
assertEquals("docID=" + docID, expected.get(docID), hits.get(docID));
|
||||
}
|
||||
}
|
||||
} finally {
|
||||
dir.deleteFile("bkd");
|
||||
}
|
||||
|
||||
dir.deleteFile("bkd");
|
||||
}
|
||||
|
||||
private BigInteger randomBigInt(int numBytes) {
|
||||
|
|
Loading…
Reference in New Issue