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

Unified Diff: chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc

Issue 13197004: Draft: InvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Passes tests Created 7 years, 8 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
Index: chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc b/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
index e94b8d3bb921b77fdf87b5d80f7614e649d55686..83ca050013e252adf7f8f6566c3365063df618d3 100644
--- a/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
@@ -152,20 +152,6 @@ IN_PROC_BROWSER_TEST_F(SingleClientBookmarksSyncTest, Sanity) {
ASSERT_TRUE(ModelMatchesVerifier(0));
}
-// Restart the sync service on a client and make sure sync is up and running.
-IN_PROC_BROWSER_TEST_F(SingleClientBookmarksSyncTest,
- DISABLED_RestartSyncService) {
- ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
-
- ASSERT_TRUE(AddURL(0, L"Google", GURL("http://www.google.com")));
- ASSERT_TRUE(GetClient(0)->AwaitFullSyncCompletion("Added a bookmark."));
- ASSERT_TRUE(ModelMatchesVerifier(0));
-
- RestartSyncService(0);
- ASSERT_TRUE(GetClient(0)->AwaitFullSyncCompletion("Restarted sync."));
- ASSERT_TRUE(ModelMatchesVerifier(0));
-}
-
// Test that a client doesn't mutate the favicon data in the process
// of storing the favicon data from sync to the database or in the process
// of requesting data from the database for sync.

Powered by Google App Engine
This is Rietveld 408576698