mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-23 15:20:19 +00:00
fixed broken test in build 47
This commit is contained in:
parent
3eb9870162
commit
1a06723404
@ -63,7 +63,7 @@ public class DaoCasAuthoritiesPopulatorTests extends TestCase {
|
||||
populator.afterPropertiesSet();
|
||||
fail("Should have thrown IllegalArgumentException");
|
||||
} catch (IllegalArgumentException expected) {
|
||||
assertEquals("An authenticationDao must be set", expected.getMessage());
|
||||
assertEquals("A UserDetailsService must be set", expected.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user