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

Unified Diff: tracing/tracing/model/interaction_record_test.html

Issue 1730313007: Metric-ify SystemHealth metrics (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 4 years, 9 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: tracing/tracing/model/interaction_record_test.html
diff --git a/tracing/tracing/model/interaction_record_test.html b/tracing/tracing/model/interaction_record_test.html
index d3ba22d33ea45d78973354a46e9a3cdf61929667..597583ba8179964c61d8cef2211ff2b9f82e8674 100644
--- a/tracing/tracing/model/interaction_record_test.html
+++ b/tracing/tracing/model/interaction_record_test.html
@@ -6,8 +6,8 @@ found in the LICENSE file.
-->
<link rel="import" href="/tracing/core/test_utils.html">
-<link rel="import" href="/tracing/model/user_model/stub_expectation.html">
<link rel="import" href="/tracing/model/model.html">
+<link rel="import" href="/tracing/model/user_model/stub_expectation.html">
<script>
'use strict';
@@ -108,9 +108,9 @@ tr.b.unittest.testSuite(function() {
var ir3 = model.userModel.expectations.push(
TestUtils.newInteractionRecord(model, 20, 10));
- assert.equal('IR.0', ir1.stableId);
- assert.equal('IR.1', ir2.stableId);
- assert.equal('IR.2', ir3.stableId);
+ assert.equal('UserExpectation.0', ir1.stableId);
+ assert.equal('UserExpectation.1', ir2.stableId);
+ assert.equal('UserExpectation.2', ir3.stableId);
});
});

Powered by Google App Engine
This is Rietveld 408576698