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

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


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

commit 7b4d41842aa013e85a247559e1b78b71f235652f
Author: Mark Thomas <[email protected]>
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 8bb8903af4..73bc7c65dd 100644
--- a/test/org/apache/juli/TestAsyncFileHandlerOverflow.java
+++ b/test/org/apache/juli/TestAsyncFileHandlerOverflow.java
@@ -55,7 +55,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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to