summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-11-26 15:57:22 +0000
committerNarayan Kamath <narayan@google.com>2014-11-26 15:57:22 +0000
commitbfd0ba322659da2aece853e67e645e882beef6c5 (patch)
treed0ead79b513dd1b874609c32c8e335a97f8d9638
parent6f19d464c1fcf5eeff84bec5ed67dba9c3cba3cf (diff)
downloadlibcore-bfd0ba322659da2aece853e67e645e882beef6c5.zip
libcore-bfd0ba322659da2aece853e67e645e882beef6c5.tar.gz
libcore-bfd0ba322659da2aece853e67e645e882beef6c5.tar.bz2
Track CDLR-26 changes to czech narrow standalone months.
They're month numbers now. bug: 18478959 Change-Id: I9cb8eae1143dbc9b647377a2442e267823526e20
-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 {