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:
Robert Muir 2010-10-17 19:17:56 +00:00
parent 0334672582
commit 3190a861b8
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class SolrPluginUtilsTest extends SolrTestCaseJ4 {
for (SolrDocument document : list) {
assertNotNull(document.get("val_t"));
}
srchr.close();
}
@Test