This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new afcba4b683 Make test output easier to read afcba4b683 is described below commit afcba4b683f7931121612c3ab46d7d2c9e93451b 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 47b6ecb257..5904eba8fe 100644 --- a/test/org/apache/coyote/http2/TestLargeUpload.java +++ b/test/org/apache/coyote/http2/TestLargeUpload.java @@ -45,7 +45,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