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

Issue 3030022: New pyauto tests for clearing browsing data. (Closed)

Created:
10 years, 5 months ago by Alyssa
Modified:
9 years, 7 months ago
Reviewers:
Nirnimesh
CC:
chromium-reviews, Paweł Hajdan Jr.
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

New pyauto tests for clearing browsing data. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53963

Patch Set 1 #

Patch Set 2 : Found another test #

Total comments: 9

Patch Set 3 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -17 lines) Patch
M chrome/test/functional/browsing_data.py View 1 2 3 chunks +62 lines, -17 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Alyssa
10 years, 5 months ago (2010-07-27 00:16:34 UTC) #1
Nirnimesh
LGTM. nits only http://codereview.chromium.org/3030022/diff/7001/8001 File chrome/test/functional/browsing_data.py (right): http://codereview.chromium.org/3030022/diff/7001/8001#newcode17 chrome/test/functional/browsing_data.py:17: """Downloads the specified file and waits ...
10 years, 5 months ago (2010-07-27 22:43:47 UTC) #2
Alyssa
10 years, 5 months ago (2010-07-28 00:24:45 UTC) #3
http://codereview.chromium.org/3030022/diff/7001/8001
File chrome/test/functional/browsing_data.py (right):

http://codereview.chromium.org/3030022/diff/7001/8001#newcode17
chrome/test/functional/browsing_data.py:17: """Downloads the specified file and
waits for downloads to complete."""
On 2010/07/27 22:43:47, Nirnimesh wrote:
> Mention that it downloads from 'downloads' dir

Done.

http://codereview.chromium.org/3030022/diff/7001/8001#newcode51
chrome/test/functional/browsing_data.py:51: self.assertEqual(0,
len(cookie_data))
On 2010/07/27 22:43:47, Nirnimesh wrote:
> self.assertFalse(cookie_data)

Done.

http://codereview.chromium.org/3030022/diff/7001/8001#newcode61
chrome/test/functional/browsing_data.py:61: self.assertEqual(0, len(downloads))
On 2010/07/27 22:43:47, Nirnimesh wrote:
> same here

Done.

http://codereview.chromium.org/3030022/diff/7001/8001#newcode121
chrome/test/functional/browsing_data.py:121: self.assertEqual(0, len(history))
On 2010/07/27 22:43:47, Nirnimesh wrote:
> and here

Done.

Powered by Google App Engine
This is Rietveld 408576698