epugh commented on code in PR #1158:
URL: https://github.com/apache/solr/pull/1158#discussion_r1011902917
##########
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:
i don't think so, as we generate a new client on line 236 with a fresh
`XMLResponseParser`, and the test pasts. However, the method `testUpdate` is
giving me problems....
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]