mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-22583 CLDR release-44-1 to ICU maint/maint-74 part 3 (ICU sources: lib, tools, tests)
This commit is contained in:
parent
0e217d14df
commit
5bfeae38ee
3 changed files with 4 additions and 4 deletions
|
@ -2181,7 +2181,7 @@ static void TestFallback()
|
|||
UResourceBundle* myResB = ures_open(NULL,"no_NO_NY",&err);
|
||||
UResourceBundle* resLocID = ures_getByKey(myResB, "Version", NULL, &err);
|
||||
const UChar* version = NULL;
|
||||
static const UChar versionStr[] = u"44"; // 44 in nn_NO or in a parent bundle/root
|
||||
static const UChar versionStr[] = u"44.1"; // 44.1 in nn_NO or in a parent bundle/root
|
||||
|
||||
if(U_FAILURE(err)) {
|
||||
log_data_err("Expected success when trying to test no_NO_NY aliased to nn_NO for Version "
|
||||
|
|
4
icu4c/source/test/testdata/root.txt
vendored
4
icu4c/source/test/testdata/root.txt
vendored
|
@ -13,8 +13,8 @@
|
|||
root
|
||||
{
|
||||
Version { 44.0 }
|
||||
ExpectCLDRVersionAtLeast { 44.0 } // 'base' cldr version. Allow up to version =.=.* of this
|
||||
CurrentCLDRVersion { 44.0 } // Current CLDR version as of the test update. Warn if not an exact match.
|
||||
ExpectCLDRVersionAtLeast { 44.1 } // 'base' cldr version. Allow up to version =.=.* of this
|
||||
CurrentCLDRVersion { 44.1 } // Current CLDR version as of the test update. Warn if not an exact match.
|
||||
|
||||
ShortLanguage { xxx }
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<dependency>
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>74.1-SNAPSHOT</version>
|
||||
<version>74.1</version>
|
||||
<!-- Note: see https://github.com/unicode-org/icu/packages/1954682/versions
|
||||
for the icu4j.version tag to use. In general we should just use the latest
|
||||
SNAPSHOT for the ICU version that we want, so this should only need updating
|
||||
|
|
Loading…
Add table
Reference in a new issue