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

Unified Diff: telemetry/telemetry/core/tracing_controller_unittest.py

Issue 2619073002: [Telemetry] Change trace_data to hold a list of raw trace data for each trace part (Closed)
Patch Set: Created 3 years, 11 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
Index: telemetry/telemetry/core/tracing_controller_unittest.py
diff --git a/telemetry/telemetry/core/tracing_controller_unittest.py b/telemetry/telemetry/core/tracing_controller_unittest.py
index bc826bb968476c42c37057517137e460fd32157b..ec91aafec4083784c11a4f6dfc69249a1aa18559 100644
--- a/telemetry/telemetry/core/tracing_controller_unittest.py
+++ b/telemetry/telemetry/core/tracing_controller_unittest.py
@@ -186,4 +186,4 @@ class TracingControllerTest(tab_test_case.TabTestCase):
time.sleep(1)
trace_data = tracing_controller.StopTracing()
self.assertTrue(
- trace_data.HasTraceFor(trace_data_module.BATTOR_TRACE_PART))
+ trace_data.HasTracesFor(trace_data_module.BATTOR_TRACE_PART))

Powered by Google App Engine
This is Rietveld 408576698