From c2c274fe8a83a9dbdcdcdffb0e3d2b5ab5d34c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Thu, 21 Dec 2017 12:08:23 -0800 Subject: [PATCH] Update collations and calendar data in test files to CLDR 32 --- .../Collator/prototype/resolvedOptions/10.3.3.js | 10 +++++++--- .../prototype/resolvedOptions/12.3.3.js | 12 +++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/test/intl402/Collator/prototype/resolvedOptions/10.3.3.js b/test/intl402/Collator/prototype/resolvedOptions/10.3.3.js index 75b7fb51fe..5186f8e2ac 100644 --- a/test/intl402/Collator/prototype/resolvedOptions/10.3.3.js +++ b/test/intl402/Collator/prototype/resolvedOptions/10.3.3.js @@ -15,13 +15,16 @@ var actual = new Intl.Collator().resolvedOptions(); var actual2 = new Intl.Collator().resolvedOptions(); assert.notSameValue(actual2, actual, "resolvedOptions returned the same object twice."); -// source: CLDR file common/bcp47/collation.xml; version CLDR 21. +// source: CLDR file common/bcp47/collation.xml; version CLDR 32. var collations = [ "default", // added - "big5han", + "big5han", + "compat", "dict", "direct", "ducet", + "emoji", + "eor", "gb2312", "phonebk", "phonetic", @@ -32,7 +35,8 @@ var collations = [ // "standard", // excluded "stroke", "trad", - "unihan" + "unihan", + "zhuyin", ]; // this assumes the default values where the specification provides them diff --git a/test/intl402/DateTimeFormat/prototype/resolvedOptions/12.3.3.js b/test/intl402/DateTimeFormat/prototype/resolvedOptions/12.3.3.js index 6e5e481c3d..26eb4044ce 100644 --- a/test/intl402/DateTimeFormat/prototype/resolvedOptions/12.3.3.js +++ b/test/intl402/DateTimeFormat/prototype/resolvedOptions/12.3.3.js @@ -16,22 +16,28 @@ var actual = new Intl.DateTimeFormat().resolvedOptions(); var actual2 = new Intl.DateTimeFormat().resolvedOptions(); assert.notSameValue(actual2, actual, "resolvedOptions returned the same object twice."); -// source: CLDR file common/bcp47/calendar.xml; version CLDR 21. +// source: CLDR file common/bcp47/calendar.xml; version CLDR 32. var calendars = [ "buddhist", "chinese", "coptic", + "dangi", "ethioaa", + "ethiopic-amete-alem", "ethiopic", "gregory", "hebrew", "indian", "islamic", - "islamicc", + "islamic-umalqura", + "islamic-tbla", + "islamic-civil", + "islamic-rgsa", "iso8601", "japanese", "persian", - "roc" + "roc", + "islamicc", ]; // this assumes the default values where the specification provides them