SOLR-6625: Remove RequestInterceptor at the end of the test in BasicHttpSolrClientTest. It was interfering with other tests running the same JVM.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Anshum Gupta 2015-07-30 20:48:57 +00:00
parent f8ae631751
commit 57a15d9278
1 changed files with 3 additions and 0 deletions

View File

@ -723,6 +723,9 @@ public class BasicHttpSolrClientTest extends SolrJettyTestBase {
} catch (IOException ex) {
throw new RuntimeException(ex);
} finally {
HttpClientUtil.removeRequestInterceptor(changeRequestInterceptor);
HttpClientUtil.removeRequestInterceptor(cookieSettingRequestInterceptor);
}
}