mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 09:42:29 +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();
|
populator.afterPropertiesSet();
|
||||||
fail("Should have thrown IllegalArgumentException");
|
fail("Should have thrown IllegalArgumentException");
|
||||||
} catch (IllegalArgumentException expected) {
|
} 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