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

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

Issue 7861013: Fix the false-positive detection of commit errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another attempt at detecting errors Created 9 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
Index: chrome/browser/sync/test/integration/two_client_extensions_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/two_client_extensions_sync_test.cc b/chrome/browser/sync/test/integration/two_client_extensions_sync_test.cc
index 0e2d52ea118360b1fbf95a75890f9269cc47e6a2..d12414a3e756c6f9380d97d900acf8432f27802b 100644
--- a/chrome/browser/sync/test/integration/two_client_extensions_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_extensions_sync_test.cc
@@ -267,7 +267,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientExtensionsSyncTest, DisableSync) {
InstallExtension(GetProfile(0), 0);
InstallExtension(verifier(), 0);
ASSERT_TRUE(
- GetClient(0)->AwaitSyncCycleCompletion("Installed an extension."));
+ GetClient(0)->AwaitFullSyncCompletion("Installed an extension."));
ASSERT_TRUE(HasSameExtensionsAsVerifier(0));
ASSERT_FALSE(HasSameExtensionsAsVerifier(1));

Powered by Google App Engine
This is Rietveld 408576698