SOLR-3080: clear system property after test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sami Siren 2012-02-23 10:58:37 +00:00
parent 565777a7b3
commit 19b2423ced
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ public class ZkControllerTest extends SolrTestCaseJ4 {
zkController.close();
}
server.shutdown();
System.clearProperty("solrcloud.skip.autorecovery");
System.clearProperty(ZkStateReader.NUM_SHARDS_PROP);
}
}