mirror of https://github.com/apache/lucene.git
close the searcher in this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0334672582
commit
3190a861b8
|
@ -82,7 +82,7 @@ public class SolrPluginUtilsTest extends SolrTestCaseJ4 {
|
|||
for (SolrDocument document : list) {
|
||||
assertNotNull(document.get("val_t"));
|
||||
}
|
||||
|
||||
srchr.close();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue