garydgregory commented on code in PR #1391: URL: https://github.com/apache/commons-lang/pull/1391#discussion_r2110611775
########## src/test/java/org/apache/commons/lang3/StringUtilsTest.java: ########## @@ -937,7 +937,7 @@ public void testIsAllUpperCase() { assertFalse(StringUtils.isAllUpperCase("A1C")); assertFalse(StringUtils.isAllUpperCase("A/C")); } - + Review Comment: That's not the same as running 'mvn' solo which runs the default Maven goal which contains all build checks. -- 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...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org