epugh commented on code in PR #900: URL: https://github.com/apache/solr/pull/900#discussion_r895944547
########## solr/core/src/test/org/apache/solr/schema/TestCollationField.java: ########## @@ -36,7 +36,7 @@ public static void beforeClass() throws Exception { // add some docs assertU(adoc("id", "1", "text", "\u0633\u0627\u0628")); assertU(adoc("id", "2", "text", "I WİLL USE TURKİSH CASING")); - assertU(adoc("id", "3", "text", "ı will use turkish casıng")); + assertU(adoc("id", "3", "text", "ı will use turkish casing")); Review Comment: I did! Oops, thanks for the sharp eyes. restoring the original meaning now. -- 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