summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-22 14:40:05 +0000
committerjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-22 14:40:05 +0000
commit372359f53a3c40aad494cc1669be723bf51c7349 (patch)
tree67914502ff4b44ff54d2664484c2429d36b46251
parent98b0e58ae5d6ce606b7768e0cb21d9d2ad127a27 (diff)
downloadchromium_src-372359f53a3c40aad494cc1669be723bf51c7349.zip
chromium_src-372359f53a3c40aad494cc1669be723bf51c7349.tar.gz
chromium_src-372359f53a3c40aad494cc1669be723bf51c7349.tar.bz2
Re-enabled DecimalPointNotDot test.
BUG=None TEST=TimeFormatBrowserTest.DecimalPointNotTest Review URL: http://codereview.chromium.org/7233010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90028 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/time_format_browsertest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/time_format_browsertest.cc b/chrome/common/time_format_browsertest.cc
index 7458395..812a0e2 100644
--- a/chrome/common/time_format_browsertest.cc
+++ b/chrome/common/time_format_browsertest.cc
@@ -27,8 +27,7 @@ class TimeFormatBrowserTest : public InProcessBrowserTest {
base::ScopedLocale scoped_locale_;
};
-// Disabled until the official linux builders get the FR locale installed.
-IN_PROC_BROWSER_TEST_F(TimeFormatBrowserTest, DISABLED_DecimalPointNotDot) {
+IN_PROC_BROWSER_TEST_F(TimeFormatBrowserTest, DecimalPointNotDot) {
// Some locales use a comma ',' instead of a dot '.' as the separator for
// decimal digits. The icu library wasn't handling this, leading to "1"
// being internally converted to "+1,0e00" and ultimately leading to "NaN".