mirror of https://github.com/apache/lucene.git
Fix for assumption in the test harness uncovered by SOLR-4317
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1455368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e2ed94b23
commit
325ab7dfe1
|
@ -97,6 +97,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
|
|||
endTrackingSearchers();
|
||||
endTrackingZkClients();
|
||||
resetFactory();
|
||||
coreName = CoreContainer.DEFAULT_DEFAULT_CORE_NAME;
|
||||
System.clearProperty("jetty.testMode");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue