updated tests
This commit is contained in:
Scott Battaglia 2007-11-14 21:24:03 +00:00
parent da8d4a79d5
commit 89f936d66b
1 changed files with 0 additions and 4 deletions

View File

@ -132,8 +132,6 @@ public final class AuthenticationFilterTests extends TestCase {
}
};
// TODO: "localhost:8443", true, CAS_LOGIN_URL
this.filter = new AuthenticationFilter();
this.filter.setRenew(true);
request.setSession(session);
this.filter.doFilter(request, response, filterChain);
@ -155,8 +153,6 @@ public final class AuthenticationFilterTests extends TestCase {
};
request.setSession(session);
// TODO: "localhost:8443", true, CAS_LOGIN_URL
this.filter = new AuthenticationFilter();
this.filter.setRenew(true);
this.filter.setGateway(true);
this.filter.doFilter(request, response, filterChain);