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

Issue 6994005: Fix password automation hooks to get pyauto test testSavePassword working. (Closed)

Created:
9 years, 7 months ago by dennis_jeffrey
Modified:
9 years, 7 months ago
Reviewers:
Nirnimesh
CC:
chromium-reviews, jam, Nirnimesh, John Grabowski, kkania, anantha, dyu1, Paweł Hajdan Jr.
Visibility:
Public.

Description

Fix password automation hooks to get pyauto test testSavePassword working. Previously, all passwords tests were diabled in pyauto. This CL re-enables passwords.PasswordTest.testSavePassword (by explicitly disabling all other passwords tests). BUG=73078 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86154

Patch Set 1 #

Patch Set 2 : Disabling a single pyauto passwords test. #

Total comments: 4

Patch Set 3 : Synced with trunk and addressed review comments. #

Patch Set 4 : Minor bug fix. #

Patch Set 5 : Modified PYAUTO_TESTS. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -39 lines) Patch
M chrome/browser/automation/automation_provider_observers.h View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 2 3 chunks +62 lines, -3 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 3 chunks +21 lines, -21 lines 0 comments Download
M chrome/browser/password_manager/password_store_consumer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/functional/PYAUTO_TESTS View 1 2 3 4 4 chunks +4 lines, -9 lines 0 comments Download
M chrome/test/functional/passwords.py View 1 2 2 chunks +5 lines, -1 line 1 comment Download
M chrome/test/pyautolib/pyauto.py View 1 2 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
dennis_jeffrey
The description for patch set 2 says "Disabling a single pyauto passwords test". It should ...
9 years, 7 months ago (2011-05-10 01:31:37 UTC) #1
Nirnimesh
Automation portions LGTM Please get review from someone for content/browser/* http://codereview.chromium.org/6994005/diff/2001/chrome/browser/automation/automation_provider_observers.cc File chrome/browser/automation/automation_provider_observers.cc (right): http://codereview.chromium.org/6994005/diff/2001/chrome/browser/automation/automation_provider_observers.cc#newcode1689 ...
9 years, 7 months ago (2011-05-10 19:25:51 UTC) #2
dennis_jeffrey
I addressed the two comments and synced with trunk. The changes in content/browser/* have been ...
9 years, 7 months ago (2011-05-17 01:40:21 UTC) #3
Nirnimesh
9 years, 7 months ago (2011-05-17 20:23:25 UTC) #4
LGTM

http://codereview.chromium.org/6994005/diff/15001/chrome/test/functional/pass...
File chrome/test/functional/passwords.py (right):

http://codereview.chromium.org/6994005/diff/15001/chrome/test/functional/pass...
chrome/test/functional/passwords.py:30:
self.assertEqual(self.GetSavedPasswords(), [])
self.assertFalse(self.GetSavedPasswords())

Powered by Google App Engine
This is Rietveld 408576698