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

Unified Diff: chrome/browser/spellchecker/spelling_service_client_unittest.cc

Issue 11113005: Fix the spelling client not to use the spelling service yet. Also disabling some tests which this b… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « chrome/browser/spellchecker/spelling_service_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/spellchecker/spelling_service_client_unittest.cc
diff --git a/chrome/browser/spellchecker/spelling_service_client_unittest.cc b/chrome/browser/spellchecker/spelling_service_client_unittest.cc
index a40d4573d56e63ee357ec44bf6b616e17d71ae1d..6cdeaaf61af228767998f50863e6b9878d55e71a 100644
--- a/chrome/browser/spellchecker/spelling_service_client_unittest.cc
+++ b/chrome/browser/spellchecker/spelling_service_client_unittest.cc
@@ -211,7 +211,7 @@ class SpellingServiceClientTest : public testing::Test {
// misspelled words with ones suggested by the service so this test can compare
// the corrected text with the expected results. (If there are not any
// misspelled words, |corrected_text| should be equal to |request_text|.)
-TEST_F(SpellingServiceClientTest, RequestTextCheck) {
+TEST_F(SpellingServiceClientTest, DISABLED_RequestTextCheck) {
static const struct {
const char* request_text;
SpellingServiceClient::ServiceType request_type;
@@ -318,7 +318,7 @@ TEST_F(SpellingServiceClientTest, RequestTextCheck) {
// Verify that SpellingServiceClient::IsAvailable() returns true only when it
// can send suggest requests or spellcheck requests.
-TEST_F(SpellingServiceClientTest, AvailableServices) {
+TEST_F(SpellingServiceClientTest, DISABLED_AvailableServices) {
const SpellingServiceClient::ServiceType kSuggest =
SpellingServiceClient::SUGGEST;
const SpellingServiceClient::ServiceType kSpellcheck =
« no previous file with comments | « chrome/browser/spellchecker/spelling_service_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698