mirror of https://github.com/apache/lucene.git
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:
parent
654dd7eef2
commit
726a443239
|
@ -115,9 +115,8 @@ public class TestSameScoresWithThreads extends LuceneTestCase {
|
|||
for(Thread thread : threads) {
|
||||
thread.join();
|
||||
}
|
||||
r.close();
|
||||
}
|
||||
|
||||
r.close();
|
||||
dir.close();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue