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 8e69a43e8b Align with 10.0.x
8e69a43e8b is described below
commit 8e69a43e8b9f69d871d018c6ad0df097b20836c3
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jun 23 21:07:49 2022 +0100
Align with 10.0.x
---
test/org/apache/coyote/http2/TestLargeUpload.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/org/apache/coyote/http2/TestLargeUpload.java
b/test/org/apache/coyote/http2/TestLargeUpload.java
index 9566bc8af6..e52cbdc84d 100644
--- a/test/org/apache/coyote/http2/TestLargeUpload.java
+++ b/test/org/apache/coyote/http2/TestLargeUpload.java
@@ -35,6 +35,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameter;
+import org.junit.runners.Parameterized.Parameters;
import org.apache.catalina.Context;
import org.apache.catalina.LifecycleException;
@@ -47,7 +48,7 @@ import org.apache.tomcat.util.net.TesterSupport;
@RunWith(Parameterized.class)
public class TestLargeUpload extends Http2TestBase {
- @Parameterized.Parameters(name = "{0}: {1}]")
+ @Parameters(name = "{0}: {1}]")
public static Collection<Object[]> parameters() {
Collection<Object[]> baseData = Http2TestBase.data();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]