summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 19:16:17 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 19:16:17 +0000
commit464fa7a94ec0d683b03dcdcb8fe6b02694f72f2b (patch)
treedf5bcaf00a9bedc4563a961ad5cb6c0206a8f31b /app
parenta55598ecc43201c07ac8c2d016f4fcdd8979edcb (diff)
downloadchromium_src-464fa7a94ec0d683b03dcdcb8fe6b02694f72f2b.zip
chromium_src-464fa7a94ec0d683b03dcdcb8fe6b02694f72f2b.tar.gz
chromium_src-464fa7a94ec0d683b03dcdcb8fe6b02694f72f2b.tar.bz2
disable L10nUtilTest.GetAppLocale while I debug the linxu failure
TBR=estade Review URL: http://codereview.chromium.org/155932 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r--app/l10n_util_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/l10n_util_unittest.cc b/app/l10n_util_unittest.cc
index e1af33c..2ac9530 100644
--- a/app/l10n_util_unittest.cc
+++ b/app/l10n_util_unittest.cc
@@ -97,7 +97,7 @@ void SetICUDefaultLocale(const std::string& locale_string) {
// The meaning of that API, on the Mac, is "the locale used by Cocoa's main
// nib file", which clearly can't be stubbed by a test app that doesn't use
// Cocoa.
-TEST_F(L10nUtilTest, GetAppLocale) {
+TEST_F(L10nUtilTest, DISABLED_GetAppLocale) {
// Use a temporary locale dir so we don't have to actually build the locale
// dlls for this test.
FilePath orig_locale_dir;