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

Issue 8677013: Fix bug preventing pyauto suite CHROMEOS_PERF from running on ChromeOS. (Closed)

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

Description

Fix bug preventing pyauto suite CHROMEOS_PERF from running on ChromeOS. A string class variable in netflix.py is named starting with the substring 'test', which is being interpreted as a test case when pauto is invoked with suite CHROMEOS_PERF (since that suite runs perf.py on ChromeOS, which in turn imports from netflix.py). This CL changes the name of that class variable to avoid this problem, and also includes a few minor, related edits. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111391

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
dennis_jeffrey
9 years ago (2011-11-23 18:59:17 UTC) #1
rohitbm
9 years ago (2011-11-23 19:25:20 UTC) #2
LGTM

Thanks Dennis for taking care of that.

On 2011/11/23 18:59:17, dennis_jeffrey wrote:

Powered by Google App Engine
This is Rietveld 408576698