tests: clear more statics

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-08-14 15:37:56 +00:00
parent 8376eddf50
commit cec43e7d92
1 changed files with 4 additions and 1 deletions

View File

@ -130,8 +130,11 @@ public class AddBlockUpdateTest extends SolrTestCaseJ4 {
@AfterClass
public static void afterClass() throws Exception {
inputFactory = null;
exe.shutdownNow();
exe = null;
inputFactory = null;
counter = null;
}
@Test