tests: clean up statics

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2015-03-22 15:01:13 +00:00
parent 8e6f93c6ff
commit 6fa33cf6f0
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ public class TestJsonRequest extends SolrTestCaseHS {
public static void initServers() throws Exception {
if (servers == null) {
servers = new SolrInstances(3, "solrconfig-tlog.xml","schema_latest.xml");
servers = null;
}
}