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

Unified Diff: telemetry/examples/browser_tests/simple_numeric_test.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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
Index: telemetry/examples/browser_tests/simple_numeric_test.py
diff --git a/telemetry/examples/browser_tests/simple_numeric_test.py b/telemetry/examples/browser_tests/simple_numeric_test.py
index 76a7fd5054567857325602c6778431c8dca03312..d994cb52183004e9ccdeb06bab44e9a62025ee3b 100644
--- a/telemetry/examples/browser_tests/simple_numeric_test.py
+++ b/telemetry/examples/browser_tests/simple_numeric_test.py
@@ -10,7 +10,8 @@ from telemetry.testing import serially_executed_browser_test_case
_prev_test_name = None
-class SimpleTest(serially_executed_browser_test_case.SeriallyBrowserTestCase):
+class SimpleTest(
+ serially_executed_browser_test_case.SeriallyExecutedBrowserTestCase):
@classmethod
def AddCommandlineArgs(cls, parser):
« no previous file with comments | « telemetry/examples/browser_tests/simple_browser_test.py ('k') | telemetry/examples/browser_tests/simple_sharding_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698