dsmiley commented on code in PR #1440: URL: https://github.com/apache/solr/pull/1440#discussion_r1175966041
########## solr/test-framework/src/java/org/apache/solr/SolrTestCase.java: ########## @@ -183,4 +186,11 @@ public void checkSyspropForceBeforeAssumptionFailure() { final String PROP = "tests.force.assumption.failure.before"; assumeFalse(PROP + " == true", systemPropertyAsBoolean(PROP, false)); } + + public static void assertJSONEquals(String expected, String actual) { Review Comment: assertJSONEquals should be capitalized as assertJsonEquals but not a big deal -- 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