summaryrefslogtreecommitdiff
path: root/icu4j
diff options
context:
space:
mode:
authorFredrik Roubert <roubert@google.com>2015-03-20 21:09:55 +0100
committerFredrik Roubert <roubert@google.com>2015-10-02 12:35:48 +0200
commit352b35384e584a0c0520a0f6d346558850fa4074 (patch)
treee03a9444cff450d488d3ff0ce1d9e020a55e8593 /icu4j
parenta844c5a87154d8e21f46314b500182b968e1219a (diff)
downloadicu-352b35384e584a0c0520a0f6d346558850fa4074.tar.gz
Android patch: ICU4J: Replace nb with no.
This changes ICU4J tests to expect the changes made to Android ICU4C: https://android.googlesource.com/platform/external/icu/+/4b05912 Change-Id: I8fc3d7a647cf5e4f9711e24049b8b1362f463ef5
Diffstat (limited to 'icu4j')
-rw-r--r--icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ULocaleTest.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ULocaleTest.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ULocaleTest.java
index 741b5d97b..56642d722 100644
--- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ULocaleTest.java
+++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ULocaleTest.java
@@ -2920,8 +2920,8 @@ public class ULocaleTest extends TestFmwk {
"nl"
}, {
"und_NO",
- "nb_Latn_NO",
- "nb"
+ "no_Latn_NO", // Android patch: Replace nb with no.
+ "no"
}, {
"und_NP",
"ne_Deva_NP",
@@ -3032,8 +3032,8 @@ public class ULocaleTest extends TestFmwk {
"sl"
}, {
"und_SJ",
- "nb_Latn_SJ",
- "nb_SJ"
+ "no_Latn_SJ", // Android patch: Replace nb with no.
+ "no_SJ"
}, {
"und_SK",
"sk_Latn_SK",