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

Unified Diff: telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py

Issue 1741063002: [TBMv2] Fix page deserialization (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Address Ned's comment Created 4 years, 10 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 | « 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: telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
diff --git a/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py b/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
index 414b5814a394d90f576e8bbb565fef8882d4449e..f902ecf952e6b3161ce0aaf6030acebf5da999de 100644
--- a/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
+++ b/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
@@ -150,4 +150,6 @@ class TimelineBasedPageTestTest(page_test_test_case.PageTestTestCase):
self.assertEquals(len(v_foo), 1)
self.assertEquals(len(v_bar), 1)
self.assertEquals(v_foo[0].value, 1)
+ self.assertIsNotNone(v_foo[0].page)
self.assertEquals(v_bar[0].value, 2)
+ self.assertIsNotNone(v_bar[0].page)
« no previous file with comments | « telemetry/telemetry/value/value_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698