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 5914457f10 Fix back-port 5914457f10 is described below commit 5914457f109fa28e60ce5390f3e48492d49e1452 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Mar 9 15:30:52 2023 +0000 Fix back-port --- test/org/apache/catalina/realm/TestJNDIRealm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/realm/TestJNDIRealm.java b/test/org/apache/catalina/realm/TestJNDIRealm.java index 0760c0ed30..0d5cae1eff 100644 --- a/test/org/apache/catalina/realm/TestJNDIRealm.java +++ b/test/org/apache/catalina/realm/TestJNDIRealm.java @@ -112,7 +112,7 @@ public class TestJNDIRealm { // THEN assertThat(principal, instanceOf(GenericPrincipal.class)); - Assert.assertEquals(ha1(), ((GenericPrincipal)principal).getPassword()); + Assert.assertEquals(digestA1(), ((GenericPrincipal)principal).getPassword()); } @Test --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org