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

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

Issue 11151023: Merge 161535 - Fix the spelling client not to use the spelling service yet. Also disabling some tes… (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/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
===================================================================
--- chrome/browser/spellchecker/spelling_service_client_unittest.cc (revision 161902)
+++ chrome/browser/spellchecker/spelling_service_client_unittest.cc (working copy)
@@ -211,7 +211,7 @@
// 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 @@
// 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