mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-02 11:05:28 -04:00
Make test run on german locale.
This commit is contained in:
parent
d98dc0b0b7
commit
af0ab69067
@ -801,7 +801,7 @@ public class TestJSONObject extends TestCase
|
||||
{
|
||||
try
|
||||
{
|
||||
Locale currentLocale = new Locale("en");
|
||||
Locale currentLocale = new Locale("en", "US");
|
||||
assertEquals(
|
||||
"{\"ASCII\":\"American Standard Code for Information Interchange\",\"JSON\":\"JavaScript Object Notation\",\"JAVA\":{\"desc\":\"Just Another Vague Acronym\",\"data\":\"Sweet language\"}}",
|
||||
new JSONObject("org.json.tests.SampleResourceBundle",
|
||||
|
Loading…
x
Reference in New Issue
Block a user