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

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

Issue 800863003: Kill PageSet.AddPage and its remaining usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « tools/perf/benchmarks/maps.py ('k') | tools/perf/measurements/smooth_gesture_util_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/repaint_unittest.py
diff --git a/tools/perf/measurements/repaint_unittest.py b/tools/perf/measurements/repaint_unittest.py
index 7cbd18ceec0a53e3bc46f5181c433ef2c01bfd37..4c35bbdcb93e2b22140e6c78a3f7ac1356fd3803 100644
--- a/tools/perf/measurements/repaint_unittest.py
+++ b/tools/perf/measurements/repaint_unittest.py
@@ -33,7 +33,7 @@ class RepaintUnitTest(page_test_test_case.PageTestTestCase):
def testRepaint(self):
ps = self.CreateEmptyPageSet()
- ps.AddPage(TestRepaintPage(ps, ps.base_dir))
+ ps.AddUserStory(TestRepaintPage(ps, ps.base_dir))
measurement = repaint.Repaint()
results = self.RunMeasurement(measurement, ps, options=self._options)
self.assertEquals(0, len(results.failures))
« no previous file with comments | « tools/perf/benchmarks/maps.py ('k') | tools/perf/measurements/smooth_gesture_util_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698