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

Unified Diff: chrome/test/live_sync/two_client_live_autofill_sync_test.cc

Issue 6323001: We forgot to call Associate in case of local changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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/sync/glue/autofill_profile_change_processor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/two_client_live_autofill_sync_test.cc
diff --git a/chrome/test/live_sync/two_client_live_autofill_sync_test.cc b/chrome/test/live_sync/two_client_live_autofill_sync_test.cc
index 13ab2d68da5e06ac42b6e868888a25e288a392c3..54681c324e8a878a6a0ee371fbe8df4e12ae2493 100644
--- a/chrome/test/live_sync/two_client_live_autofill_sync_test.cc
+++ b/chrome/test/live_sync/two_client_live_autofill_sync_test.cc
@@ -97,7 +97,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest,
// TODO(lipalani): Enable after http://crbug.com/69173 is fixed.
Raghu Simha 2011/01/13 22:16:10 Remove this comment.
IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest,
- DISABLED_PersonalDataManagerSanity) {
+ PersonalDataManagerSanity) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
// Client0 adds a profile.
@@ -228,7 +228,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, MergeProfiles) {
// TestScribe ID - 426756.
// TODO(lipalani): Enable after http://crbug.com/69173 is fixed.
Raghu Simha 2011/01/13 22:16:10 Remove this comment.
-IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, DISABLED_UpdateFields) {
+IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, UpdateFields) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
AddProfile(0, CreateAutofillProfile(PROFILE_HOMER));
« no previous file with comments | « chrome/browser/sync/glue/autofill_profile_change_processor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698