HubertWo commented on a change in pull request #784:
URL: https://github.com/apache/commons-lang/pull/784#discussion_r701554900
##########
File path: src/test/java/org/apache/commons/lang3/StringUtilsTest.java
##########
@@ -1355,15 +1372,6 @@ public void testJoin_Objectarray() {
assertEquals("foo2", StringUtils.join(MIXED_TYPE_LIST));
}
- @Disabled
Review comment:
This is exactly the test that exposes this bug: ```testLang1593```.
Please find the same assertion here ```testJoin_ArrayOfInt``` in
```StringUtilsTest```
``` assertEquals("1,2", StringUtils.join(INT_PRIM_LIST, SEPARATOR));```
When it comes to coverage, it looks like ```join``` methods have 100%
coverage.
--
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]