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 720858b0f3 Make it more obvious which test is which
720858b0f3 is described below
commit 720858b0f312822faba873a39e4ae54169c9d421
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]