fix test bug

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450141 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-02-26 11:59:36 +00:00
parent 654dd7eef2
commit 726a443239
1 changed files with 1 additions and 2 deletions

View File

@ -115,9 +115,8 @@ public class TestSameScoresWithThreads extends LuceneTestCase {
for(Thread thread : threads) {
thread.join();
}
r.close();
}
r.close();
dir.close();
}
}