clear numShards at end of test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292311 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-02-22 14:30:03 +00:00
parent 07a44a8fa5
commit baee5394c1
1 changed files with 1 additions and 0 deletions

View File

@ -1265,6 +1265,7 @@ public class FullSolrCloudTest extends AbstractDistributedZkTestCase {
super.tearDown();
System.clearProperty("zkHost");
System.clearProperty("numShards");
}
protected void commit() throws Exception {