diff --git a/tests/TestJSONObject.java b/tests/TestJSONObject.java index 07e8c80b8..59798d0b4 100644 --- a/tests/TestJSONObject.java +++ b/tests/TestJSONObject.java @@ -801,7 +801,7 @@ public static void testConstructor_UsResourceBundle() { 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",