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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new f5130822bb Make test output easier to read
f5130822bb is described below

commit f5130822bbe5823716f8cfa41737ac204e7f5bdd
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 57842be360..41aae0fe4d 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