Author: markt
Date: Sun Jun 23 20:15:41 2013
New Revision: 1495884
URL: http://svn.apache.org/r1495884
Log:
Fix broken test.
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/catalina/authenticator/TestFormAuthenticator.java
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/catalina/authenticator/TestFormAuthenticator.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/catalina/authenticator/TestFormAuthenticator.java?rev=1495884&r1=1495883&r2=1495884&view=diff
==============================================================================
---
tomcat/tc7.0.x/trunk/test/org/apache/catalina/authenticator/TestFormAuthenticator.java
(original)
+++
tomcat/tc7.0.x/trunk/test/org/apache/catalina/authenticator/TestFormAuthenticator.java
Sun Jun 23 20:15:41 2013
@@ -302,6 +302,9 @@ public class TestFormAuthenticator exten
boolean serverWillUseCookies, boolean serverWillChangeSessid)
throws Exception {
+ client = new FormAuthClient(clientShouldUseCookies,
+ serverWillUseCookies, serverWillChangeSessid);
+
// First request for protected resource gets the login page
client.setUseContinue(useContinue);
client.doResourceRequest(resourceMethod, false, null, null);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]