Removed irrelevant CAS stuff from equalsWhenEqual test.

This commit is contained in:
Luke Taylor 2007-02-22 23:29:01 +00:00
parent cce36df79e
commit b8a0f97fde
2 changed files with 0 additions and 6 deletions

View File

@ -93,9 +93,6 @@ public class AnonymousAuthenticationTokenTests extends TestCase {
}
public void testEqualsWhenEqual() {
List proxyList1 = new Vector();
proxyList1.add("https://localhost/newPortal/j_acegi_cas_security_check");
AnonymousAuthenticationToken token1 = new AnonymousAuthenticationToken("key", "Test",
new GrantedAuthority[] {new GrantedAuthorityImpl("ROLE_ONE"), new GrantedAuthorityImpl("ROLE_TWO")});

View File

@ -79,9 +79,6 @@ public class RememberMeAuthenticationTokenTests extends TestCase {
}
public void testEqualsWhenEqual() {
List proxyList1 = new Vector();
proxyList1.add("https://localhost/newPortal/j_acegi_cas_security_check");
RememberMeAuthenticationToken token1 = new RememberMeAuthenticationToken("key", "Test",
new GrantedAuthority[] {new GrantedAuthorityImpl("ROLE_ONE"), new GrantedAuthorityImpl("ROLE_TWO")});