mirror of https://github.com/apache/lucene.git
tests: null out a couple statics
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542625 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
add510e6a9
commit
7f478c9999
|
@ -72,6 +72,8 @@ public class DistributedDebugComponentTest extends SolrJettyTestBase {
|
||||||
public static void afterTest() throws Exception {
|
public static void afterTest() throws Exception {
|
||||||
collection1.shutdown();
|
collection1.shutdown();
|
||||||
collection2.shutdown();
|
collection2.shutdown();
|
||||||
|
collection1 = null;
|
||||||
|
collection2 = null;
|
||||||
jetty.stop();
|
jetty.stop();
|
||||||
jetty=null;
|
jetty=null;
|
||||||
cleanUpJettyHome(solrHome);
|
cleanUpJettyHome(solrHome);
|
||||||
|
|
Loading…
Reference in New Issue