This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 69013cd3d9 Use standard naming convention for test method
69013cd3d9 is described below
commit 69013cd3d9e0f5fd9d9e6bbea87084f620b71835
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 9b9dc7ef5b..521e469c95 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]