mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
Switched testOperation method to use unicode escaped characters.
This commit is contained in:
parent
75bc838ae8
commit
e561b87987
@ -40,7 +40,7 @@ public class SpringSecurityMessageSourceTests extends TestCase {
|
||||
|
||||
public void testOperation() {
|
||||
SpringSecurityMessageSource msgs = new SpringSecurityMessageSource();
|
||||
assertEquals("Des tickets proxy ont ŽtŽ rejetŽs", msgs.getMessage("RejectProxyTickets.reject", null, Locale.FRENCH));
|
||||
assertEquals("Proxy\u7968\u6839\u88ab\u62d2\u7edd", msgs.getMessage("RejectProxyTickets.reject", null, Locale.SIMPLIFIED_CHINESE));
|
||||
}
|
||||
|
||||
public void testReplacableLookup() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user