summaryrefslogtreecommitdiffstats
path: root/luni/src/test
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-11-27 11:13:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-27 11:13:47 +0000
commitc0f3fe39b030fd696e2afb5790df8e54b3c3b0fe (patch)
tree45f455b1cf6932dd635881456332bdc70b68bdc4 /luni/src/test
parent5cf9044b431f59631e3432768c5f6807f93d738e (diff)
parentbfd0ba322659da2aece853e67e645e882beef6c5 (diff)
downloadlibcore-c0f3fe39b030fd696e2afb5790df8e54b3c3b0fe.zip
libcore-c0f3fe39b030fd696e2afb5790df8e54b3c3b0fe.tar.gz
libcore-c0f3fe39b030fd696e2afb5790df8e54b3c3b0fe.tar.bz2
Merge "Track CDLR-26 changes to czech narrow standalone months."
Diffstat (limited to 'luni/src/test')
-rw-r--r--luni/src/test/java/libcore/icu/LocaleDataTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/luni/src/test/java/libcore/icu/LocaleDataTest.java b/luni/src/test/java/libcore/icu/LocaleDataTest.java
index 9ad6687..09c3f0f 100644
--- a/luni/src/test/java/libcore/icu/LocaleDataTest.java
+++ b/luni/src/test/java/libcore/icu/LocaleDataTest.java
@@ -73,7 +73,7 @@ public class LocaleDataTest extends junit.framework.TestCase {
assertEquals("leden", l.longStandAloneMonthNames[0]);
assertEquals("led", l.shortStandAloneMonthNames[0]);
- assertEquals("l", l.tinyStandAloneMonthNames[0]);
+ assertEquals("1", l.tinyStandAloneMonthNames[0]);
}
public void test_ko_KR() throws Exception {