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 a5bcf3d5c8 Use standard naming convention for test method
a5bcf3d5c8 is described below
commit a5bcf3d5c85ca540f78d683c8fdf647251877021
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Dec 4 14:26:47 2023 +0000
Use standard naming convention for test method
---
test/org/apache/catalina/authenticator/TestFormAuthenticator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/catalina/authenticator/TestFormAuthenticator.java
b/test/org/apache/catalina/authenticator/TestFormAuthenticator.java
index ed2a2fe4c4..8d094a7ed8 100644
--- a/test/org/apache/catalina/authenticator/TestFormAuthenticator.java
+++ b/test/org/apache/catalina/authenticator/TestFormAuthenticator.java
@@ -259,7 +259,7 @@ public class TestFormAuthenticator extends TomcatBaseTest {
@Test
- public void doTestSelectedMethods() throws Exception {
+ public void testSelectedMethods() throws Exception {
FormAuthClientSelectedMethods client =
new FormAuthClientSelectedMethods(true, true, true, true);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]