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 553036ad44 Use standard naming convention for test method
553036ad44 is described below

commit 553036ad444154eb59aabd8d39baf08849b7f910
Author: Mark Thomas <ma...@apache.org>
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 a53c01682c..4ba585eef5 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to