Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / core / timeline / model_unittest.py
index e5a406d..08d87b4 100644 (file)
@@ -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('')