Author: markt
Date: Tue Aug 30 23:36:32 2016
New Revision: 1758507
URL: http://svn.apache.org/viewvc?rev=1758507&view=rev
Log:
Fix broken test
Modified:
tomcat/tc8.0.x/trunk/test/org/apache/catalina/realm/TestMemoryRealm.java
Modified:
tomcat/tc8.0.x/trunk/test/org/apache/catalina/realm/TestMemoryRealm.java
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/catalina/realm/TestMemoryRealm.java?rev=1758507&r1=1758506&r2=1758507&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/test/org/apache/catalina/realm/TestMemoryRealm.java
(original)
+++ tomcat/tc8.0.x/trunk/test/org/apache/catalina/realm/TestMemoryRealm.java
Tue Aug 30 23:36:32 2016
@@ -29,6 +29,7 @@ public class TestMemoryRealm {
@Test
public void testBug56246() {
MemoryRealm memoryRealm = new MemoryRealm();
+ memoryRealm.setCredentialHandler(new MessageDigestCredentialHandler());
Principal p = memoryRealm.authenticate("foo", "bar");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]