SEC-1981: Remove dependency on Locale for the build
This commit is contained in:
-1
@@ -89,7 +89,6 @@ public class JdbcDaoImplTests extends TestCase {
|
||||
dao.loadUserByUsername("cooper");
|
||||
fail("Should have thrown UsernameNotFoundException");
|
||||
} catch (UsernameNotFoundException expected) {
|
||||
assertEquals("User cooper has no GrantedAuthority", expected.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user