mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 20:15:18 +00:00
1) SolrTestCaseJ4 should always reset the HttpClientConfigurer in afterClass, regardless of wether ssl was used (when SSL is not used, the active configurer explicitly excludes SSL) 2) HttpClientUtilTest.testSSLSystemProperties made no sense as written. setSSLSystemProperties() didn't have any effect on what was being tested, even if it was useful it would only have affected what keystore/truststore were used, not wether HTTPS was supported or not.
The Solr test-framework products base classes and utility classes for writting JUnit tests excercising Solr functionality. This test framework relies on the lucene components found in in the ./lucene-libs/ directory, as well as the third-party libraries found in the ./lib directory.