diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-16 18:51:34 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-16 18:51:34 +0000 |
commit | 4d608716c5f8fe564c6ec1e05267831802d9101c (patch) | |
tree | 8410db79d6bf6d29addb69b6c329291b0ae02e3d | |
parent | 80f8b9f5cf620c37e9d1408a114dc90699584d89 (diff) | |
download | chromium_src-4d608716c5f8fe564c6ec1e05267831802d9101c.zip chromium_src-4d608716c5f8fe564c6ec1e05267831802d9101c.tar.gz chromium_src-4d608716c5f8fe564c6ec1e05267831802d9101c.tar.bz2 |
Disable spellCheck tests temporarily. A new version of dictionary has been updated for automatic download and use. However, buildbot cannot download anything. So, have to update the dictionary manually - otherwise, all the tests will fail.
Review URL: http://codereview.chromium.org/7392
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3472 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/renderer/spellcheck_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/spellcheck_unittest.cc b/chrome/renderer/spellcheck_unittest.cc index 948368c..f68b2d9 100644 --- a/chrome/renderer/spellcheck_unittest.cc +++ b/chrome/renderer/spellcheck_unittest.cc @@ -56,7 +56,7 @@ extern void InitHunspellWithFiles(FILE* file_aff_hunspell, // A test with a "[ROBUSTNESS]" mark shows it is a robustness test and it uses // grammartically incorrect string. // TODO(hbono): Please feel free to add more tests. -TEST_F(SpellCheckTest, SpellCheckStrings_EN_US) { +TEST_F(SpellCheckTest, DISABLED_SpellCheckStrings_EN_US) { static const struct { // A string to be tested. const wchar_t* input; @@ -275,7 +275,7 @@ TEST_F(SpellCheckTest, SpellCheckStrings_EN_US) { } -TEST_F(SpellCheckTest, SpellCheckSuggestions_EN_US) { +TEST_F(SpellCheckTest, DISABLED_SpellCheckSuggestions_EN_US) { static const struct { // A string to be tested. const wchar_t* input; |