Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(786)

Unified Diff: ui/base/l10n/l10n_util_unittest.cc

Issue 2755963002: Roll third_party/icu from 450be73 to b34251f (Closed)
Patch Set: enable TimeDurationFormatAllLocales and roll ICU to b34251f Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/l10n/l10n_util_unittest.cc
diff --git a/ui/base/l10n/l10n_util_unittest.cc b/ui/base/l10n/l10n_util_unittest.cc
index 4d7a248e03aee051d160ca11c7c19cab1eb2da10..18d775d475ebf5ccf2d4cf879d5dd6d7930c0311 100644
--- a/ui/base/l10n/l10n_util_unittest.cc
+++ b/ui/base/l10n/l10n_util_unittest.cc
@@ -587,8 +587,7 @@ TEST_F(L10nUtilTest, IsValidLocaleSyntax) {
EXPECT_FALSE(l10n_util::IsValidLocaleSyntax("en-US@=y"));
}
-// TODO(jungshik): Enable after http://crbug.com/707515 is fixed.
-TEST_F(L10nUtilTest, DISABLED_TimeDurationFormatAllLocales) {
+TEST_F(L10nUtilTest, TimeDurationFormatAllLocales) {
base::test::ScopedRestoreICUDefaultLocale restore_locale;
// Verify that base::TimeDurationFormat() works for all available locales:
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698