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

Unified Diff: tools/telemetry/telemetry/web_components/results_viewer_unittest.html

Issue 669153009: Sync Telemetry to trace-viewer changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: tools/telemetry/telemetry/web_components/results_viewer_unittest.html
diff --git a/tools/telemetry/telemetry/web_components/results_viewer_unittest.html b/tools/telemetry/telemetry/web_components/results_viewer_unittest.html
index 40e718afeaed0f0119e03becd1f2f2de7c06439b..82d7a5db6b3431dce61143eb9b644e258e29cbaf 100644
--- a/tools/telemetry/telemetry/web_components/results_viewer_unittest.html
+++ b/tools/telemetry/telemetry/web_components/results_viewer_unittest.html
@@ -8,7 +8,7 @@ found in the LICENSE file.
<script>
'use strict';
-tvcm.unittest.testSuite(function() {
+tv.unittest.testSuite(function() {
test('testBasic', function() {
var resultsViewer = new telemetry.web_components.ResultsViewer();
resultsViewer.dataToView = {hello: 'world', nice: ['to', 'see', 'you']};
« no previous file with comments | « tools/telemetry/telemetry/web_components/results_viewer.html ('k') | tools/telemetry/telemetry/web_components/tvcm_stub.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698