1
0
mirror of synced 2026-08-04 01:07:02 +00:00
fixed failing test due to thinking a null value should be provided.
This commit is contained in:
Scott Battaglia
2007-11-07 21:44:15 +00:00
parent d91cf157fd
commit 87a864619d
@@ -239,6 +239,8 @@ public class CasAuthenticationProviderTests extends TestCase {
public void testDetectsMissingStatelessTicketCache()
throws Exception {
CasAuthenticationProvider cap = new CasAuthenticationProvider();
// set this explicitly to null to test failure
cap.setStatelessTicketCache(null);
cap.setCasAuthoritiesPopulator(new MockAuthoritiesPopulator());
cap.setCasProxyDecider(new MockProxyDecider());
cap.setKey("qwerty");