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

Unified Diff: tracing/tracing/metrics/discover_unittest.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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 | « tracing/tracing/metrics/blink/gc_metric_test.html ('k') | tracing/tracing/metrics/metric_map_function.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/metrics/discover_unittest.py
diff --git a/tracing/tracing/metrics/discover_unittest.py b/tracing/tracing/metrics/discover_unittest.py
index f81417df2c86e6ce7be62ebdff3129fb8f87482b..0ddf145b12ed1cab25b82a901643b3dbaa162726 100644
--- a/tracing/tracing/metrics/discover_unittest.py
+++ b/tracing/tracing/metrics/discover_unittest.py
@@ -12,7 +12,7 @@ class MetricsDiscoverUnittest(unittest.TestCase):
def testMetricsDiscoverNonEmpty(self):
self.assertEquals(
- ['sampleMetric'],
+ ['sampleMetric', 'sampleMetric2'],
discover.DiscoverMetrics(
['/tracing/metrics/sample_metric.html']))
« no previous file with comments | « tracing/tracing/metrics/blink/gc_metric_test.html ('k') | tracing/tracing/metrics/metric_map_function.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698