epugh commented on code in PR #1158: URL: https://github.com/apache/solr/pull/1158#discussion_r1013166419
########## solr/solrj/src/test/org/apache/solr/client/solrj/impl/BasicHttpSolrClientTest.java: ########## @@ -341,7 +346,6 @@ public void testQuery() throws Exception { assertEquals("keep-alive", DebugServlet.headers.get("Connection")); // XML/POST - client.setParser(new XMLResponseParser()); Review Comment: so... Reworked the tests... still had to keep a `client.setParser()`, and never figured out why :-( -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org