summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-30 22:48:58 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-30 22:48:58 +0000
commitc4056d2529dc0a2fea964fd342fea86d93199735 (patch)
treef740b602e812db52b7ce25f95748733f6a48f2c1 /chrome
parent1729df199fa12276ef11cd1aefb9c45459069d8d (diff)
downloadchromium_src-c4056d2529dc0a2fea964fd342fea86d93199735.zip
chromium_src-c4056d2529dc0a2fea964fd342fea86d93199735.tar.gz
chromium_src-c4056d2529dc0a2fea964fd342fea86d93199735.tar.bz2
Tweak constants used by sync setup wizard unittest. Reviewed by nick.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27677 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/views/sync/sync_setup_wizard_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/sync/sync_setup_wizard_unittest.cc b/chrome/browser/views/sync/sync_setup_wizard_unittest.cc
index 4863f14..a6ff71e 100644
--- a/chrome/browser/views/sync/sync_setup_wizard_unittest.cc
+++ b/chrome/browser/views/sync/sync_setup_wizard_unittest.cc
@@ -20,7 +20,7 @@
#include "chrome/test/test_browser_window.h"
static const char* kTestUser = "chrome.p13n.test@gmail.com";
-static const char* kTestPassword = "g00gl3g00gl3";
+static const char* kTestPassword = "passwd";
// A PSS subtype to inject.
class ProfileSyncServiceForWizardTest : public ProfileSyncService {