gerlowskija commented on code in PR #1053:
URL: https://github.com/apache/solr/pull/1053#discussion_r1006130505
##########
solr/core/src/test/org/apache/solr/handler/admin/TestCollectionAPIs.java:
##########
@@ -199,13 +199,6 @@ public void testCommands() throws Exception {
// "Value of enum must be one of"
// );
- compareOutput(
Review Comment:
Because TestCollectionAPIs only works with the "traditional" v2 framework.
This commit moves delete-replica-prop over to the JAX-RS framework, so it can't
be covered anymore by TestCollectionAPIs. You could think of it as the
assertion here moving over to the DeleteReplicaPropertyAPITest class added in
this PR.
--
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]