SOLR-3854 : Reset ALLOW_SSL in afterClass.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-02-11 00:14:31 +00:00
parent 601f536f9a
commit 9dfefa81a4
1 changed files with 4 additions and 0 deletions

View File

@ -169,6 +169,10 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
}
// clean up static
sslConfig = null;
// reset SSL
ALLOW_SSL = true;
IpTables.unblockAllPorts();
}