garydgregory commented on code in PR #343:
URL: https://github.com/apache/commons-io/pull/343#discussion_r842076125
##########
src/test/java/org/apache/commons/io/IOUtilsTest.java:
##########
@@ -1643,5 +1644,19 @@ public void testToString_URL_CharsetName() throws
Exception {
public void testToString_URL_CharsetNameNull() throws Exception {
testToString_URL(null);
}
+
+ @Test
+ public void testBigString() throws IOException {
+ String foo = StringUtils.repeat("\uD83D", (Integer.MAX_VALUE)/2-1);
Review Comment:
> No shared CI will provide you these resources.
Hi @michael-o
I wrote a different version of the test that is less resource-intensive and
more lenient. See git master. The main code is still broken though.
--
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]