mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Make test run on german locale.
This commit is contained in:
parent
d98dc0b0b7
commit
af0ab69067
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue