This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit bedc698aadfc109b627124ed03763b9eaddcbb7a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 3 17:36:30 2024 +0000

    Make test output easier to read
---
 test/org/apache/coyote/http2/TestLargeUpload.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/coyote/http2/TestLargeUpload.java 
b/test/org/apache/coyote/http2/TestLargeUpload.java
index 3af504022e..5a2c6e4c62 100644
--- a/test/org/apache/coyote/http2/TestLargeUpload.java
+++ b/test/org/apache/coyote/http2/TestLargeUpload.java
@@ -48,7 +48,7 @@ import org.apache.tomcat.util.net.TesterSupport;
 @RunWith(Parameterized.class)
 public class TestLargeUpload extends Http2TestBase {
 
-    @Parameters(name = "{0}: {1}]")
+    @Parameters(name = "{0}: {1} {2}]")
     public static Collection<Object[]> parameters() {
         Collection<Object[]> baseData = data();
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to