mirror of https://github.com/apache/lucene.git
don't set solrhome to null after test has run
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a3ffd5cda0
commit
2c91a229cd
|
@ -149,7 +149,6 @@ public abstract class AbstractZkTestCase extends SolrTestCaseJ4 {
|
||||||
|
|
||||||
zkServer.shutdown();
|
zkServer.shutdown();
|
||||||
|
|
||||||
SOLRHOME = null;
|
|
||||||
zkServer = null;
|
zkServer = null;
|
||||||
zkDir = null;
|
zkDir = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue