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

Issue 10778006: Adding HTML Terminal test case: 1. TestAddBookmark, 2. Login as guest (Closed)

Created:
8 years, 5 months ago by tturchetto
Modified:
8 years, 4 months ago
Reviewers:
Nirnimesh
CC:
chromium-reviews, dennis_jeffrey, anantha, dyu1, Nirnimesh
Visibility:
Public.

Description

Adding HTML Terminal test case: 1. TestAddBookmark, 2. Login as guest BUG=128108 TEST=This is a test. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148675

Patch Set 1 #

Total comments: 12

Patch Set 2 : Modify CL based on review. #

Patch Set 3 : Removed a ling #

Total comments: 14

Patch Set 4 : Modification based on the CL review. #

Total comments: 4

Patch Set 5 : Modification based on CL review. #

Total comments: 4

Patch Set 6 : Modification based on CL review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -7 lines) Patch
M chrome/test/functional/chromeos_crosh.py View 1 2 3 4 3 chunks +20 lines, -6 lines 0 comments Download
M chrome/test/functional/chromeos_login.py View 1 2 3 2 chunks +28 lines, -0 lines 0 comments Download
M chrome/test/functional/test_utils.py View 1 2 3 4 5 2 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
tturchetto
8 years, 5 months ago (2012-07-14 00:02:44 UTC) #1
Nirnimesh
https://chromiumcodereview.appspot.com/10778006/diff/1/chrome/test/functional/chromeos_crosh.py File chrome/test/functional/chromeos_crosh.py (right): https://chromiumcodereview.appspot.com/10778006/diff/1/chrome/test/functional/chromeos_crosh.py#newcode49 chrome/test/functional/chromeos_crosh.py:49: for _ in range(self.GetBrowserWindowCount()): This is not necessary since ...
8 years, 5 months ago (2012-07-18 00:53:04 UTC) #2
tturchetto
https://chromiumcodereview.appspot.com/10778006/diff/1/chrome/test/functional/chromeos_crosh.py File chrome/test/functional/chromeos_crosh.py (right): https://chromiumcodereview.appspot.com/10778006/diff/1/chrome/test/functional/chromeos_crosh.py#newcode49 chrome/test/functional/chromeos_crosh.py:49: for _ in range(self.GetBrowserWindowCount()): On 2012/07/18 00:53:05, Nirnimesh wrote: ...
8 years, 5 months ago (2012-07-25 00:30:48 UTC) #3
Nirnimesh
https://chromiumcodereview.appspot.com/10778006/diff/8001/chrome/test/functional/chromeos_crosh.py File chrome/test/functional/chromeos_crosh.py (right): https://chromiumcodereview.appspot.com/10778006/diff/8001/chrome/test/functional/chromeos_crosh.py#newcode48 chrome/test/functional/chromeos_crosh.py:48: """Test bookmark crosh.""" Make this better. It's not clear ...
8 years, 5 months ago (2012-07-25 07:03:44 UTC) #4
tturchetto
https://chromiumcodereview.appspot.com/10778006/diff/8001/chrome/test/functional/chromeos_crosh.py File chrome/test/functional/chromeos_crosh.py (right): https://chromiumcodereview.appspot.com/10778006/diff/8001/chrome/test/functional/chromeos_crosh.py#newcode48 chrome/test/functional/chromeos_crosh.py:48: """Test bookmark crosh.""" On 2012/07/25 07:03:45, Nirnimesh wrote: > ...
8 years, 5 months ago (2012-07-26 22:44:28 UTC) #5
Nirnimesh
https://chromiumcodereview.appspot.com/10778006/diff/13001/chrome/test/functional/chromeos_crosh.py File chrome/test/functional/chromeos_crosh.py (right): https://chromiumcodereview.appspot.com/10778006/diff/13001/chrome/test/functional/chromeos_crosh.py#newcode59 chrome/test/functional/chromeos_crosh.py:59: self.assertTrue(url.spec() in node['url']) why use 'in'? wouldn't assertTrue(url.spec(), node['url]) ...
8 years, 5 months ago (2012-07-26 23:09:02 UTC) #6
tturchetto
https://chromiumcodereview.appspot.com/10778006/diff/13001/chrome/test/functional/chromeos_crosh.py File chrome/test/functional/chromeos_crosh.py (right): https://chromiumcodereview.appspot.com/10778006/diff/13001/chrome/test/functional/chromeos_crosh.py#newcode59 chrome/test/functional/chromeos_crosh.py:59: self.assertTrue(url.spec() in node['url']) On 2012/07/26 23:09:03, Nirnimesh wrote: > ...
8 years, 5 months ago (2012-07-26 23:37:47 UTC) #7
Nirnimesh
LGTM % comments. Please make sure the test runs successfully before committing. https://chromiumcodereview.appspot.com/10778006/diff/16001/chrome/test/functional/test_utils.py File chrome/test/functional/test_utils.py ...
8 years, 5 months ago (2012-07-26 23:57:21 UTC) #8
tturchetto
8 years, 4 months ago (2012-07-27 00:35:11 UTC) #9
https://chromiumcodereview.appspot.com/10778006/diff/16001/chrome/test/functi...
File chrome/test/functional/test_utils.py (right):

https://chromiumcodereview.appspot.com/10778006/diff/16001/chrome/test/functi...
chrome/test/functional/test_utils.py:439: """ This test opens crosh.
On 2012/07/26 23:57:21, Nirnimesh wrote:
> You still have space after """

Done.

https://chromiumcodereview.appspot.com/10778006/diff/16001/chrome/test/functi...
chrome/test/functional/test_utils.py:441: This function assumes all browser
windos are closed.
On 2012/07/26 23:57:21, Nirnimesh wrote:
> Assumes that no browser windows are open

Done.

Powered by Google App Engine
This is Rietveld 408576698