From af0ab6906710a8d083ac72e3f49a7067508a77d4 Mon Sep 17 00:00:00 2001 From: bpieber Date: Fri, 13 Apr 2012 11:22:45 +0300 Subject: [PATCH] Make test run on german locale. --- tests/TestJSONObject.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestJSONObject.java b/tests/TestJSONObject.java index 07e8c80..59798d0 100644 --- a/tests/TestJSONObject.java +++ b/tests/TestJSONObject.java @@ -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",