You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/09/05 09:53:13 UTC

[tomcat] branch 10.0.x updated: Make it more obvious which test is which

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

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


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 859b77ae70 Make it more obvious which test is which
859b77ae70 is described below

commit 859b77ae70b7617035d864b4e29785229be2c908
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Sep 5 10:52:51 2022 +0100

    Make it more obvious which test is which
---
 test/org/apache/juli/TestAsyncFileHandlerOverflow.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/juli/TestAsyncFileHandlerOverflow.java b/test/org/apache/juli/TestAsyncFileHandlerOverflow.java
index bf67dc6ddc..48874b457b 100644
--- a/test/org/apache/juli/TestAsyncFileHandlerOverflow.java
+++ b/test/org/apache/juli/TestAsyncFileHandlerOverflow.java
@@ -53,7 +53,7 @@ public class TestAsyncFileHandlerOverflow {
         logger.setUseParentHandlers(false);
     }
 
-    @Parameters
+    @Parameters(name = "{index}: overflowDropType[{0}]")
     public static Collection<Object[]> parameters() {
         return Arrays.asList(new Object[][] {
                 { Integer.valueOf(AsyncFileHandler.OVERFLOW_DROP_LAST), "START\n1\n3\n" },


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