summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-29 23:11:06 +0000
committerrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-29 23:11:06 +0000
commit7e7978c87cddd4339bc63fa0887944d106b2ef42 (patch)
treefce1ec209239a1a47c8dbb14dc1f002578c171e0 /chrome/test
parentd1318574ee4f31f1a8fbea9d8584c89c069af987 (diff)
downloadchromium_src-7e7978c87cddd4339bc63fa0887944d106b2ef42.zip
chromium_src-7e7978c87cddd4339bc63fa0887944d106b2ef42.tar.gz
chromium_src-7e7978c87cddd4339bc63fa0887944d106b2ef42.tar.bz2
Logging tweak for sync integration test harness
This patch contains a logging tweak to help debug an occasional sync integration test failure that repros only on the buildbots. TBR=tim@chromium.org BUG=68207 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6010007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/live_sync/many_client_live_preferences_sync_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/live_sync/many_client_live_preferences_sync_test.cc b/chrome/test/live_sync/many_client_live_preferences_sync_test.cc
index 83880b8d..7da2253 100644
--- a/chrome/test/live_sync/many_client_live_preferences_sync_test.cc
+++ b/chrome/test/live_sync/many_client_live_preferences_sync_test.cc
@@ -12,7 +12,7 @@ IN_PROC_BROWSER_TEST_F(ManyClientLivePreferencesSyncTest, Sanity) {
GetVerifierPrefs()->SetBoolean(prefs::kHomePageIsNewTabPage, new_value);
GetPrefs(0)->SetBoolean(prefs::kHomePageIsNewTabPage, new_value);
- GetClient(0)->AwaitGroupSyncCycleCompletion(clients());
+ ASSERT_TRUE(GetClient(0)->AwaitGroupSyncCycleCompletion(clients()));
for (int i = 0; i < num_clients(); ++i) {
ASSERT_EQ(GetVerifierPrefs()->GetBoolean(prefs::kHomePageIsNewTabPage),