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

Unified Diff: content/test/gpu/gpu_tests/trace_test.py

Issue 2539973004: Update reference to page_test module to use legacy_page_test module (Closed)
Patch Set: update Created 4 years 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 | « content/test/gpu/gpu_tests/screenshot_sync.py ('k') | content/test/gpu/page_sets/gpu_process_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/trace_test.py
diff --git a/content/test/gpu/gpu_tests/trace_test.py b/content/test/gpu/gpu_tests/trace_test.py
index fc30ebb4c03677f6c23988d37217fec482a87f9a..996cccac245dcf8c4457fdbae4ab9a6f86adbc84 100644
--- a/content/test/gpu/gpu_tests/trace_test.py
+++ b/content/test/gpu/gpu_tests/trace_test.py
@@ -5,7 +5,7 @@ from gpu_tests import gpu_test_base
from gpu_tests import trace_test_expectations
import page_sets
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
from telemetry.timeline import model as model_module
from telemetry.timeline import tracing_config
@@ -60,7 +60,7 @@ class TraceValidatorBase(gpu_test_base.ValidatorBase):
event.category == category_name):
break
else:
- raise page_test.Failure(self._FormatException(category_name))
+ raise legacy_page_test.Failure(self._FormatException(category_name))
def CustomizeBrowserOptions(self, options):
options.AppendExtraBrowserArgs('--enable-logging')
« no previous file with comments | « content/test/gpu/gpu_tests/screenshot_sync.py ('k') | content/test/gpu/page_sets/gpu_process_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698