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

Unified Diff: tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py

Issue 1176733003: [Telemetry] Change the page's file_path param to base_dir param (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « tools/telemetry/telemetry/value/value_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
diff --git a/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py b/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
index 21dc6989c6f865bbfd46cf41ee766a0ccf18a604..668fef9df35ffb674d056b6c38c23dd103c53cb0 100644
--- a/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
+++ b/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
@@ -80,7 +80,7 @@ class TimelineBasedMetricTestData(object):
self._model.FinalizeImport()
self._threads_to_records_map = (
tbm_module._GetRendererThreadsToInteractionRecordsMap(self._model))
- self._ps = page_set.PageSet(file_path=os.path.dirname(__file__))
+ self._ps = page_set.PageSet(base_dir=os.path.dirname(__file__))
self._ps.AddUserStory(page_module.Page(
'http://www.bar.com/', self._ps, self._ps.base_dir))
self._results.WillRunPage(self._ps.pages[0])
« no previous file with comments | « tools/telemetry/telemetry/value/value_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698