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

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

Issue 10210009: sync: Loop committing items without downloading updates (v2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor loop again, add comments + more Created 8 years, 7 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 235f1df7c37dcc9252037f26a85e90fa1cac29cd..a6e6ed2808e81fbc8b22a7f80a5a02a078f3c7ee 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
@@ -159,5 +159,4 @@ IN_PROC_BROWSER_TEST_F(SingleClientBookmarksSyncTest,
RestartSyncService(0);
ASSERT_TRUE(GetClient(0)->AwaitFullSyncCompletion("Restarted sync."));
ASSERT_TRUE(ModelMatchesVerifier(0));
- ASSERT_EQ(0, GetClient(0)->GetStatus().unsynced_count);
}

Powered by Google App Engine
This is Rietveld 408576698