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:
Michael McCandless 2015-10-21 22:17:47 +00:00
parent aad653fda5
commit 5e6d6920f2
1 changed files with 2 additions and 2 deletions

View File

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