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

Unified Diff: telemetry/telemetry/internal/results/csv_output_formatter_unittest.py

Issue 3008223002: Plumb traceUrls through ChartJsonConverter. (Closed)
Patch Set: Created 3 years, 3 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 | « no previous file | telemetry/telemetry/value/trace.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/results/csv_output_formatter_unittest.py
diff --git a/telemetry/telemetry/internal/results/csv_output_formatter_unittest.py b/telemetry/telemetry/internal/results/csv_output_formatter_unittest.py
index 53592a4c0e7c2a5cb1a92cae790bf3db5d97903d..6b3c899e210cb2b69625fc35b873112a4e9dd9b3 100644
--- a/telemetry/telemetry/internal/results/csv_output_formatter_unittest.py
+++ b/telemetry/telemetry/internal/results/csv_output_formatter_unittest.py
@@ -114,4 +114,4 @@ class CsvOutputFormatterTest(unittest.TestCase):
self.assertEquals(values[2], [
'foo', 'ms', '3400', '1', '3400', '3400', '0', '3400', '', 'benchmark',
'2017-07-14 02:40:00', '', '', '', 'benchmark 2017-07-14 02:40:00', '',
- '', '', '', '', 'http://www.bar.com/', '', '', ''])
+ '', '', '', '', 'http://www.bar.com/', '', '', 'http://google.com'])
« no previous file with comments | « no previous file | telemetry/telemetry/value/trace.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698