epugh commented on a change in pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#discussion_r575665009
########## File path: solr/contrib/scripting/src/test/org/apache/solr/scripting/xslt/XSLTUpdateRequestHandlerTest.java ########## @@ -39,11 +38,17 @@ import org.junit.BeforeClass; import org.junit.Test; -public class XsltUpdateRequestHandlerTest extends SolrTestCaseJ4 { - +/** + * <p> + * This tests the XSLTUpdateRequestHandler ability to work with XSLT stylesheet and xml content. + * </p> +*/ +public class XSLTUpdateRequestHandlerTest extends SolrTestCaseJ4 { Review comment: I am down for making this change... XSLT -> Xslt for the files touched in this PR, and then maybe a seperate JIRA for XML --> Xml in the other classes? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org