mirror of https://github.com/apache/lucene.git
tests: decref, not close
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99b7ec6e2e
commit
fb93148568
|
@ -83,7 +83,7 @@ public class SolrPluginUtilsTest extends SolrTestCaseJ4 {
|
|||
for (SolrDocument document : list) {
|
||||
assertNotNull(document.get("val_t"));
|
||||
}
|
||||
holder.close();
|
||||
holder.decref();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue