Can't use a Java 1.4 API when we are supposed to compile on Java 1.3 ;-) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_X@1747098 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/876942fc Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/876942fc Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/876942fc Branch: refs/heads/COLLECTIONS_3_2_X Commit: 876942fc660632db3e45841cfa264313697c5923 Parents: 4d46116 Author: Gary D. Gregory <ggreg...@apache.org> Authored: Tue Jun 7 00:39:53 2016 +0000 Committer: Gary D. Gregory <ggreg...@apache.org> Committed: Tue Jun 7 00:39:53 2016 +0000 ---------------------------------------------------------------------- .../org/apache/commons/collections/map/TestCaseInsensitiveMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/876942fc/src/test/org/apache/commons/collections/map/TestCaseInsensitiveMap.java ---------------------------------------------------------------------- diff --git a/src/test/org/apache/commons/collections/map/TestCaseInsensitiveMap.java b/src/test/org/apache/commons/collections/map/TestCaseInsensitiveMap.java index 0b7266e..647ddc7 100644 --- a/src/test/org/apache/commons/collections/map/TestCaseInsensitiveMap.java +++ b/src/test/org/apache/commons/collections/map/TestCaseInsensitiveMap.java @@ -113,7 +113,7 @@ public class TestCaseInsensitiveMap extends AbstractTestIterableMap { // COLLECTIONS-294 public void testLocaleIndependence() { Locale orig = Locale.getDefault(); - Locale[] locales = { Locale.ENGLISH, new Locale("tr"), Locale.getDefault() }; + Locale[] locales = { Locale.ENGLISH, new Locale("tr", ""), Locale.getDefault() }; String[][] data = { { "i", "I" }, { "\u03C2", "\u03C3" },