1
0
mirror of synced 2026-08-04 17:27:13 +00:00

SEC-1981: Remove dependency on Locale for the build

This commit is contained in:
Rob Winch
2012-07-03 13:09:46 -05:00
parent a2452ab514
commit f2345fcb21
2 changed files with 1 additions and 2 deletions
@@ -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());
}
}