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

Unified Diff: tools/perf/measurements/screenshot_unittest.py

Issue 449943002: Move t.p.PageMeasurementUnitTestBase to t.testing.PageTestTestCase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tic_kill_perf_page_measurement
Patch Set: Created 6 years, 4 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 | « tools/perf/measurements/repaint_unittest.py ('k') | tools/perf/measurements/skpicture_printer_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/screenshot_unittest.py
diff --git a/tools/perf/measurements/screenshot_unittest.py b/tools/perf/measurements/screenshot_unittest.py
index 0addf1cd76c9de800d095b53468290b5a44d6b42..27a61322852beb68e6bb3e091dc1452344ed62cd 100644
--- a/tools/perf/measurements/screenshot_unittest.py
+++ b/tools/perf/measurements/screenshot_unittest.py
@@ -8,13 +8,12 @@ import tempfile
from measurements import screenshot
from telemetry import benchmark
-from telemetry.page import page_measurement_unittest_base
from telemetry.page import page_test
+from telemetry.testing import page_test_test_case
from telemetry.unittest import options_for_unittests
-class ScreenshotUnitTest(
- page_measurement_unittest_base.PageMeasurementUnitTestBase):
+class ScreenshotUnitTest(page_test_test_case.PageTestTestCase):
def setUp(self):
self._options = options_for_unittests.GetCopy()
self._options.png_outdir = tempfile.mkdtemp('_png_test')
« no previous file with comments | « tools/perf/measurements/repaint_unittest.py ('k') | tools/perf/measurements/skpicture_printer_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698