|
@@ -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());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|