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

Unified Diff: scripts/slave/unittests/telemetry_test.py

Issue 302743002: Cleanup: Remove the remaining instance of ChromiumTestShell from Telemetry scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Corrected the .expected file to resolve test failures! Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/telemetry.py ('k') | tests/data/trymail_tests/android.expected » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/telemetry_test.py
diff --git a/scripts/slave/unittests/telemetry_test.py b/scripts/slave/unittests/telemetry_test.py
index cac14cd8de047093ed68536ca2d60ae7ab308bdf..23100766d49b7b8ea0a626500dc052b46b6866d8 100755
--- a/scripts/slave/unittests/telemetry_test.py
+++ b/scripts/slave/unittests/telemetry_test.py
@@ -79,7 +79,7 @@ class TelemetryTest(unittest.TestCase):
'\'src/tools/perf/run_benchmark\' \'-v\' ' +
'\'--output-format=buildbot\' ' +
'\'--report-root-metrics\' ' +
- '\'--browser=android-chromium-testshell\' \'sunspider\''
+ '\'--browser=android-chrome-shell\' \'sunspider\''
])
self.assertEqual(expectedText, self.capture.text)
@@ -115,7 +115,7 @@ class TelemetryTest(unittest.TestCase):
'\'--output-format=buildbot\' ' +
'\'--report-root-metrics\' ' +
'\'--profile-dir=fake_dir\' '+
- '\'--browser=android-chromium-testshell\' \'sunspider\''
+ '\'--browser=android-chrome-shell\' \'sunspider\''
])
self.assertEqual(expectedText, self.capture.text)
« no previous file with comments | « scripts/slave/telemetry.py ('k') | tests/data/trymail_tests/android.expected » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698