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:
Erick Erickson 2013-03-12 00:12:48 +00:00
parent 6e2ed94b23
commit 325ab7dfe1
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
endTrackingSearchers();
endTrackingZkClients();
resetFactory();
coreName = CoreContainer.DEFAULT_DEFAULT_CORE_NAME;
System.clearProperty("jetty.testMode");
}