ppkarwasz commented on code in PR #1327:
URL: https://github.com/apache/commons-lang/pull/1327#discussion_r1891995710


##########
src/test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java:
##########
@@ -444,11 +446,24 @@ public void testIndexOfAnyBut_StringCharArray() {
     }
 
     @Test
-    public void testIndexOfAnyBut_StringCharArrayWithSupplementaryChars() {
+    public void testIndexOfAnyBut_StringCharArrayWithSurrogateChars() {

Review Comment:
   Could you replace this with a `@ParamTest`?



##########
src/test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java:
##########
@@ -469,11 +484,24 @@ public void testIndexOfAnyBut_StringString() {
     }
 
     @Test
-    public void testIndexOfAnyBut_StringStringWithSupplementaryChars() {
+    public void testIndexOfAnyBut_StringStringWithSurrogateChars() {

Review Comment:
   Same here (`@ParamTest`).



-- 
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]

Reply via email to