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 c520ffa5c4 Rename to avoid Ant trying to run it as a test
c520ffa5c4 is described below
commit c520ffa5c4bd11bd436cfba13928b1c4995e0bc9
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Feb 14 18:51:28 2023 +0000
Rename to avoid Ant trying to run it as a test
---
.../authenticator/TestJaspicCallbackHandlerInAuthenticator.java | 2 +-
.../{TestCallbackHandlerImpl.java => TesterCallbackHandlerImpl.java} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
b/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
index 1f05720769..102cd37be8 100644
---
a/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
+++
b/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
@@ -49,7 +49,7 @@ public class TestJaspicCallbackHandlerInAuthenticator {
@Test
public void testCustomCallbackHandlerCreation() throws Exception {
testCallbackHandlerCreation("org.apache.catalina.authenticator.TestCallbackHandlerImpl",
- TestCallbackHandlerImpl.class);
+ TesterCallbackHandlerImpl.class);
}
diff --git
a/test/org/apache/catalina/authenticator/TestCallbackHandlerImpl.java
b/test/org/apache/catalina/authenticator/TesterCallbackHandlerImpl.java
similarity index 92%
rename from test/org/apache/catalina/authenticator/TestCallbackHandlerImpl.java
rename to test/org/apache/catalina/authenticator/TesterCallbackHandlerImpl.java
index 44eb0598f0..b9893635c7 100644
--- a/test/org/apache/catalina/authenticator/TestCallbackHandlerImpl.java
+++ b/test/org/apache/catalina/authenticator/TesterCallbackHandlerImpl.java
@@ -22,9 +22,9 @@ import javax.security.auth.callback.Callback;
import javax.security.auth.callback.CallbackHandler;
import javax.security.auth.callback.UnsupportedCallbackException;
-public class TestCallbackHandlerImpl implements CallbackHandler {
+public class TesterCallbackHandlerImpl implements CallbackHandler {
- public TestCallbackHandlerImpl() {
+ public TesterCallbackHandlerImpl() {
// Default constructor required by reflection
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]