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…
Reference in New Issue