SEC-1195: Added internal AuthenticationManager for use by beans which are generated by the <http> block.
This commit is contained in:
@@ -110,10 +110,9 @@ public class ProviderManagerTests {
|
||||
}
|
||||
|
||||
@Test(expected=IllegalArgumentException.class)
|
||||
public void testStartupFailsIfProviderListNull() throws Exception {
|
||||
public void testStartupFailsIfProvidersNotSet() throws Exception {
|
||||
ProviderManager mgr = new ProviderManager();
|
||||
|
||||
mgr.setProviders(null);
|
||||
mgr.afterPropertiesSet();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user