This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 07cbad02 Camel-case test method name 07cbad02 is described below commit 07cbad029856a0dd1eceb8f8b22ad2761c1c9247 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Oct 19 13:26:51 2023 -0400 Camel-case test method name --- .../org/apache/commons/fileupload2/core/AbstractFileUploadTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/AbstractFileUploadTest.java b/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/AbstractFileUploadTest.java index 78979191..aba3f8aa 100644 --- a/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/AbstractFileUploadTest.java +++ b/commons-fileupload2-core/src/test/java/org/apache/commons/fileupload2/core/AbstractFileUploadTest.java @@ -117,7 +117,7 @@ public abstract class AbstractFileUploadTest<AFU extends AbstractFileUpload<R, I } @Test - public void testFilenameCaseSensitivity() throws IOException { + public void testFileNameCaseSensitivity() throws IOException { // @formatter:off final var fileItems = parseUpload(upload, "-----1234\r\n" +