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 <[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 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: [email protected]
For additional commands, e-mail: [email protected]