mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1859752 - Part 14: Update expected test results for non-SpiderMonkey code. r=platform-i18n-reviewers,dminor
Update test results for CLDR 44. Depends on D192738 Differential Revision: https://phabricator.services.mozilla.com/D192739
This commit is contained in:
parent
f250c961a7
commit
12f99db68f
@ -276,7 +276,7 @@ TEST(AppDateTimeFormat, DateFormatSelectorsForeign)
|
||||
nsresult rv =
|
||||
AppDateTimeFormat::Format(components, &prExplodedTime, formattedTime);
|
||||
ASSERT_NS_SUCCEEDED(rv);
|
||||
ASSERT_STREQ("Do", NS_ConvertUTF16toUTF8(formattedTime).get());
|
||||
ASSERT_STREQ("Do.", NS_ConvertUTF16toUTF8(formattedTime).get());
|
||||
}
|
||||
{
|
||||
ComponentsBag components{};
|
||||
@ -303,7 +303,7 @@ TEST(AppDateTimeFormat, DateFormatSelectorsForeign)
|
||||
nsresult rv =
|
||||
AppDateTimeFormat::Format(components, &prExplodedTime, formattedTime);
|
||||
ASSERT_NS_SUCCEEDED(rv);
|
||||
ASSERT_STREQ("Do", NS_ConvertUTF16toUTF8(formattedTime).get());
|
||||
ASSERT_STREQ("Do.", NS_ConvertUTF16toUTF8(formattedTime).get());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user