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:
Mark Robert Miller 2013-11-17 01:00:16 +00:00
parent add510e6a9
commit 7f478c9999
1 changed files with 2 additions and 0 deletions

View File

@ -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);