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

Unified Diff: tools/perf/page_sets/story_set_unittest.py

Issue 2957153002: Updating references from story.display_name to story.name (Closed)
Patch Set: Created 3 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/perf/page_sets/key_idle_power_cases.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/story_set_unittest.py
diff --git a/tools/perf/page_sets/story_set_unittest.py b/tools/perf/page_sets/story_set_unittest.py
index b3ff3d049d5664646d0f69e2dcfef264dae8af1b..0a3e0f97882e5845d97e6ec0a1c18347e8e98cfe 100644
--- a/tools/perf/page_sets/story_set_unittest.py
+++ b/tools/perf/page_sets/story_set_unittest.py
@@ -37,7 +37,7 @@ class StorySetUnitTest(story_set_smoke_test.StorySetSmokeTest):
story.synthetic_delays,
'Page %s in page set %s has non empty synthetic delay. '
'Synthetic delay is no longer supported. See crbug.com/508538.' %
- (story.display_name, story_set.Name()))
+ (story.name, story_set.Name()))
def testNoStorySetDefinedWithUnnamedStories(self):
for story_set_class in self.GetAllStorySetClasses(self.story_sets_dir,
« no previous file with comments | « tools/perf/page_sets/key_idle_power_cases.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698