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

Unified Diff: tracing/tracing/base/utils_test.html

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/base/utils.html ('k') | tracing/tracing/extras/chrome/cc/input_latency_async_slice.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/utils_test.html
diff --git a/tracing/tracing/base/utils_test.html b/tracing/tracing/base/utils_test.html
index b53934acc9c9b71bb25a2e076e408dbf3e459bf4..8e7c91a7fceb57231f766e86c90dc45b4e7ccc64 100644
--- a/tracing/tracing/base/utils_test.html
+++ b/tracing/tracing/base/utils_test.html
@@ -25,5 +25,9 @@ tr.b.unittest.testSuite(function() {
var ex = tr.b.normalizeException(err);
assert.equal(ex.typeName, 'MyError');
});
+
+ test('formatDate', function() {
+ assert.strictEqual(tr.b.formatDate(new Date(0)), '1970-01-01 00:00:00');
+ });
});
</script>
« no previous file with comments | « tracing/tracing/base/utils.html ('k') | tracing/tracing/extras/chrome/cc/input_latency_async_slice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698