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

Unified Diff: tools/telemetry/telemetry/core/timeline/model_unittest.py

Issue 141553009: Make empty traces a non-critical error (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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 | « tools/telemetry/telemetry/core/timeline/model.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/timeline/model_unittest.py
diff --git a/tools/telemetry/telemetry/core/timeline/model_unittest.py b/tools/telemetry/telemetry/core/timeline/model_unittest.py
index e5a406d6a4964ef612648834cc2957d8847255b8..08d87b4190cfebf305cd1595cd2ad34aa42f4196 100644
--- a/tools/telemetry/telemetry/core/timeline/model_unittest.py
+++ b/tools/telemetry/telemetry/core/timeline/model_unittest.py
@@ -1,8 +1,12 @@
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
+# Copyright (c) 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import unittest
+from telemetry.core.timeline import model
+
class TimelineModelUnittest(unittest.TestCase):
- pass
+ def testEmptyImport(self):
+ model.TimelineModel([])
+ model.TimelineModel('')
« no previous file with comments | « tools/telemetry/telemetry/core/timeline/model.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698